You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of :consume doesn't mirror that of :work 100%.
If you can provide a PR to update the current behavior to work in a way you expect, I'd be happy to look into it though.
Describe the bug
php artisan queue:restart
won't restart consumers started withphp artisan rabbitmq:comsume
Also no dedicated restart command in
rabbitmq
namespaceSteps To Reproduce
php artisan rabbitmq:consume --queue=queuename
php artisan queue:restart
Current behavior
Worker do not restarting
Expected behavior
worker should restart as normal queue worker
The text was updated successfully, but these errors were encountered: