I think you'll want to make use of Laravel's Horizon :)
Nov 4, 2019
4
Level 8
How to check queue status of laravel forge from within Laravel
I want to be able to show on a health dashboard the status of my various queues and processes. I have set up my server with Laravel forge and setup the database queues there in the queues section.
So.. is it possible to run a command and list all of the queues that are currently setup and running? Or perhaps to run a command to see if a specific queue is up and running and how many processes.
Has anyone done anything like this before?
Thanks.
Please or to participate in this conversation.