Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

squibby's avatar

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.

0 likes
4 replies
squibby's avatar

Hi @jaytee i'm familiar with Horizon but i'm not using Redis which is required for Horizon and thats not what i'm looking for. I just want to manually check the queue status myself ideally so I can then pass that information somewhere else. Thanks.

Jaytee's avatar

Here's a bunch of resources, both Laravel and Supervisor related. See if you can use the API's to pull what you need. Or if one of the current packages in the resources will suit your needs.

Please or to participate in this conversation.