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
Whenever a worker is popping a task from the queue, if it crushes before it pushing the task back to the queue - the task will be gone.
Maybe we can add an option in the Mongo connector that it will use findAndUpdate instead of pop, and we'll pop it from the queue only when the task will be marked as Finished @wavenator
The text was updated successfully, but these errors were encountered:
Whenever a worker is popping a task from the queue, if it crushes before it pushing the task back to the queue - the task will be gone.
Maybe we can add an option in the Mongo connector that it will use
findAndUpdate
instead ofpop
, and we'll pop it from the queue only when the task will be marked asFinished
@wavenator
The text was updated successfully, but these errors were encountered: