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
unlike queue.get, job.get doesn't raise an exception when no job is retrieved from the queue within the provided timeout, instead it returns None. To be consistent with the queue implementation, I think it should raise an Empty exception.
unlike queue.get, job.get doesn't raise an exception when no job is retrieved from the queue within the provided timeout, instead it returns None. To be consistent with the queue implementation, I think it should raise an Empty exception.