Skip to content
New issue

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

There are no usable way to restart worker except of supervisorctl restart workername #587

Open
Briareos17 opened this issue Mar 29, 2024 · 1 comment
Assignees

Comments

@Briareos17
Copy link

  • Laravel/Lumen version: 9.52.16
  • RabbitMQ version: 3.13.0
  • Package version: 13.3.5

Describe the bug

php artisan queue:restart won't restart consumers started with php artisan rabbitmq:comsume
Also no dedicated restart command in rabbitmq namespace

Steps To Reproduce

  • Start worker with php artisan rabbitmq:consume --queue=queuename
  • run php artisan queue:restart

Current behavior

Worker do not restarting

Expected behavior

worker should restart as normal queue worker

@khepin
Copy link
Collaborator

khepin commented Apr 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants