We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Simple job dispatch is not working: DummyJob::dispatch(['dispatch' => 'dispatch']);
Same with a queue push: Queue::push(new DummyJob(['push' => 'push']));
Steps To Reproduce
What steps needed, to reproduce this bug.
Current behavior
"Class 'Laravel\Horizon\JobId' not found" vendor/vladimir-yuldashev/laravel-queue-rabbitmq/src/Queue/RabbitMQQueue.php(536): VladimirYuldashev\LaravelQueueRabbitMQ\Horizon\RabbitMQQueue->getRandomId()
Expected behavior
With horizon 5 JobId class has gone, was here with horizon 4
How to fix
Adding class JobId and put an alias of App\Library\Horizon\JobId is class does not exist.
The text was updated successfully, but these errors were encountered:
We're also experiencing this issue.
vladimir-yuldashev/laravel-queue-rabbitmq v11.0.0 laravel/framework v8.4.0 RabbitMQ version: 3.8.7
Sorry, something went wrong.
f868b70
Fixed in 11.0.1
vyuldashev
No branches or pull requests
Describe the bug
Simple job dispatch is not working:
DummyJob::dispatch(['dispatch' => 'dispatch']);
Same with a queue push:
Queue::push(new DummyJob(['push' => 'push']));
Steps To Reproduce
What steps needed, to reproduce this bug.
Current behavior
"Class 'Laravel\Horizon\JobId' not found"
vendor/vladimir-yuldashev/laravel-queue-rabbitmq/src/Queue/RabbitMQQueue.php(536): VladimirYuldashev\LaravelQueueRabbitMQ\Horizon\RabbitMQQueue->getRandomId()
Expected behavior
With horizon 5 JobId class has gone, was here with horizon 4
How to fix
Adding class JobId and put an alias of App\Library\Horizon\JobId is class does not exist.
The text was updated successfully, but these errors were encountered: