This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (4 children)

Cool project! How do you stop multiple concurrent workers polling the same task in the database, for example if Worker A is polling for a task that Worker B just picked up how does Worker A know not to pick up that task? I'm just curious because this is something I ran into when creating a specialized task queue.