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
I am able to see increasing queue length using qmonitor. But after receiving a bulk of tasks all workers stall. CPU utilization is almost 0 during that time period. All queued tasks execute after the timeout period which I have specified in my settings.py file. During that timeout period workers remain idle. I am not able to understand why workers aren't doing anything even if they have pending tasks on queue.
The text was updated successfully, but these errors were encountered:
I am able to see increasing queue length using
qmonitor
. But after receiving a bulk of tasks all workers stall. CPU utilization is almost 0 during that time period. All queued tasks execute after thetimeout
period which I have specified in mysettings.py
file. During that timeout period workers remain idle. I am not able to understand why workers aren't doing anything even if they have pending tasks on queue.The text was updated successfully, but these errors were encountered: