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
If you only have a very small number of jobs currently in the queue, try decreasing the buffer size. We saw that kind of issue early on in us using Que - we had one long job which which was blocking idle worker processes from picking up the couple of quick jobs which were in the queue behind it. iirc, because a worker process by default allocates several jobs to itself (the buffer) as a performance optimisation. We should probably document this behaviour. And remove the minimum buffer size option, as I don't think that one's actually used anymore.
The text was updated successfully, but these errors were encountered:
From this issue:
The text was updated successfully, but these errors were encountered: