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
Since the check for paused worker is inside the jobs loop (/lib/qless/worker/serial.rb#L25-L36), SerialWorker needs to perform a job before it knows it's paused.
This check should be done before the reserver reserves a job, so the worker can be paused before it takes a job.
The text was updated successfully, but these errors were encountered:
Since the check for paused worker is inside the
jobs
loop (/lib/qless/worker/serial.rb#L25-L36),SerialWorker
needs to perform a job before it knows it's paused.This check should be done before the reserver reserves a job, so the worker can be paused before it takes a job.
The text was updated successfully, but these errors were encountered: