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

[10.x] Show queue connection in MonitorCommand #46122

Conversation

gustavosobrinho01
Copy link
Contributor

Currently, the MonitorCommand command does not display the queue connection in question, only its name and size.

This change will allow the user who uses more than one connection to display multiple connections in the same command.

Ex: php artisan queue:monitor redis:events,database:events

Outuput: the command will display both queues and their connections in the listing.

@renoirtech
Copy link

This is awesome, kudos @gustavosobrinho01 !

@taylorotwell taylorotwell merged commit d327eb9 into laravel:10.x Feb 15, 2023
@gustavosobrinho01 gustavosobrinho01 deleted the enhancement/show-connection-in-monitor-command branch February 15, 2023 16:20
@juhniorsantos
Copy link

For those who use many queues, it helps a lot in debugging and logging

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

Successfully merging this pull request may close these issues.

None yet

4 participants