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
A worker can end up picking up a job between `set()` and `push()`,
causing a race condition that results in the job running twice. Fix
the race by adding an `initial` state for jobs that haven't yet
been pushed.
Fixes#13.
Hi team,
I started using the driver and I noticed that there are some Jobs running twice.
I see an open issue in the forked repo since 2022
m-barthelemy#27
The text was updated successfully, but these errors were encountered: