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
I guess clustering (running tasks on many machines) is not supported yet, because:
On startup, all running tasks are forcefully resumed. The code doesn't care that the tasks may be being taken by other machines.
When taking new tasks, the code only care about newly inserted tasks. It doesn't care about the tasks that have been marked as taken by other machines, but other machines may have died.
To support clustering with "at least once" semantic, these little modifications can be made ("little" compared to the existing great work):
Please update the README:
After reading the source code:
I guess clustering (running tasks on many machines) is not supported yet, because:
To support clustering with "at least once" semantic, these little modifications can be made ("little" compared to the existing great work):
The text was updated successfully, but these errors were encountered: