Number of active tasks drop and stay dropped #1746
chrismclennon
started this conversation in
General
Replies: 1 comment 4 replies
-
So in the graph above it is between 21:00 and something like 11:00 where it should not be 1 job right? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice that sometimes the number of active tasks my workers will process will drop, and stay dropped, until I restart my servers. I charted this behavior by measuring
queue.getJobCounts()
on a regular basis, and found that the number of active tasks went from some reasonable number of active tasks to flatlining at 1 active task.I do have an error listener on the
"error"
event that didn't print out any logs during this time, and I suspect that if the jobs were long running they would continue to report as active, but allow the queue to grow.Any idea for what other angle I might have missed?
Thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions