laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.86k stars 656 forks source link

Add a section for Jobs actually executing #1494

Closed kpconnell closed 2 months ago

kpconnell commented 2 months ago

Pending can mean: 1) Waiting for release time 2) Waiting for resources 3) Running 4) Orphaned (supervisor stopped while job was running)

It would be extremely useful to be able to interrogate what is actually executing.

driesvints commented 2 months ago

Heya, thanks for submitting this.

This seems like a feature request or an improvement. For these, we'd appreciate a pull request instead so we can look at actual code. If you need feedback about an idea, we suggest to post an idea discussion here first. Please only use the issue tracker to report bugs and issues with this library.

Thanks!