laravel / horizon

Dashboard and code-driven configuration for Laravel queues.

Home Page:https://laravel.com/docs/horizon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show longest running jobs in runtime graph

sts-ryan-holton opened this issue · comments

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

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.