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
Is there any to get the number of jobs that are in the Enqueued status? I know it can be done from the /info endpoint but can it be added to the log so it can be scraped? Any other suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
That’s not something a worker process should be logging. If you have 20 worker processes, that means 20 calculations and log lines. The enqueued number should be available as a Statsd metric.
On Wed, 9 Jun 2021 at 18:54, Mike Perham ***@***.***> wrote:
That’s not something a worker process should be logging. If you have 20
worker processes, that means 20 calculations and log lines. The enqueued
number should be available as a Statsd metric.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHXWWU6O64KP62256MAY4DTR5B45ANCNFSM46LLIJYA>
.
Is there any to get the number of jobs that are in the Enqueued status? I know it can be done from the /info endpoint but can it be added to the log so it can be scraped? Any other suggestions?
Thanks
The text was updated successfully, but these errors were encountered: