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

Additional functionality? #2

Open
bertalanimre opened this issue Jul 14, 2023 · 1 comment
Open

Additional functionality? #2

bertalanimre opened this issue Jul 14, 2023 · 1 comment

Comments

@bertalanimre
Copy link

Hey Ilia,

Thanks for the package, I just found it and I wish I had it before. 👍
May I add an idea and can you tell me if it is plauseable at all? I was thinking of implementing a listing of the current queues and any indication of t he jobs. For example:
php artisan queue:list

This would list what are the names of the queues and what connection do they use (file, DB, Redis, etc...)

php artisan queue:joblist

This could echo out some identificaion for the jobs including information only what is always existing, no matter the connection type. For example, in my case, I had a job stuck in Redis, and we had no idea to figure out how to see what kind of a job it was. Was it something from the very past, or the recently executed script, we did not know. If the above mentioned command could echo the ID and the created_at for the job, I think that could help many to identify the job itself.

Thank again and I'm looking forward to your answer 👍

@ilzrv
Copy link
Owner

ilzrv commented Jul 17, 2023

Hey! It's interesting, but it's beyond the scope of this package. It may be worth making a package with broader functionality

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

2 participants