You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our use case calls for a summary of processed jobs and an estimated time to complete pending (not delayed) jobs. In addition to the UI we need to make backlog estimates available via an API call (so that we can alert/spin up new workers to meet spikes in demand, etc...)
I've only built MySQL support (that's what we use) but if this is something the project would be interested in I'd be happy to polish and issue a PR. If so let me know... Cheers and thanks for the great package!
The text was updated successfully, but these errors were encountered:
Our use case calls for a summary of processed jobs and an estimated time to complete pending (not delayed) jobs. In addition to the UI we need to make backlog estimates available via an API call (so that we can alert/spin up new workers to meet spikes in demand, etc...)
I have implemented this in a forked repo: https://github.com/LettuceBox/yii2-queue-monitor/tree/queue-summary-page
I've only built MySQL support (that's what we use) but if this is something the project would be interested in I'd be happy to polish and issue a PR. If so let me know... Cheers and thanks for the great package!
The text was updated successfully, but these errors were encountered: