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
Describe the bug
Job takes ~15 seconds to complete
T-0 - Queue job with params ABC
T-5s - Queue job with params ABC
T-10s - Queue job with params ABC
Expected behavior
First job immediately starts
Second job queues but doesn't start
Third job doesn't queue
Second job starts after first job completes
Current behavior
Each job starts as soon as queued, job 1 actually executes and finishes after 15 seconds. Jobs 2 and 3 start but don't execute and never actually execute even after job 1 finishes, they just wait indefinitely.
Additional context
Bizarrely if I queue the same job again after job 1 has finished and jobs 2 and 3 are still waiting indefinitely, job 2 starts executing and the new job takes it's place waiting indefinitely
The text was updated successfully, but these errors were encountered:
glister
changed the title
:until_and_while_executing not processing queued jobs while executing
:until_and_while_executing not processing queued jobs after executing
Dec 4, 2018
Describe the bug
Job takes ~15 seconds to complete
ABC
ABC
ABC
Expected behavior
Current behavior
Each job starts as soon as queued, job 1 actually executes and finishes after 15 seconds. Jobs 2 and 3 start but don't execute and never actually execute even after job 1 finishes, they just wait indefinitely.
Worker class
Additional context
Bizarrely if I queue the same job again after job 1 has finished and jobs 2 and 3 are still waiting indefinitely, job 2 starts executing and the new job takes it's place waiting indefinitely
The text was updated successfully, but these errors were encountered: