laravel / horizon

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

Show longest running jobs in runtime graph #1356

Closed sts-ryan-holton closed 9 months ago

sts-ryan-holton commented 9 months ago

Many of my jobs take a while to run, for instance, my uptime queue checks people's websites via the Http client within my job file. There could be as many as 300 checks per minute. Most, take less than a few seconds, but some might take 20 seconds, 30 seconds or more.

From what I gather, the Runtime graph is simply an average runtime over the period?

How could I see the max runtime? Would running the snapshot command more often show a better reality of my runtime?

uptime-runtime

driesvints commented 9 months ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.