ajvb / kala

Modern Job Scheduler
MIT License
2.12k stars 187 forks source link

Cluster support? #186

Closed dangkaka closed 6 years ago

dangkaka commented 6 years ago

Hi,

Does kala support to run in cluster? I see kala run "worker" and http server in same process and I don’t see where you solve race condition issue in worker If only 1 server can be up => we can't make sure service available.

Good library overall !!

ajvb commented 6 years ago

Hey @dangkaka,

No it doesn't and it almost certainly never will. There is a short snippet in the README about this.

A design goal of Kala is to keep it very simple. Single host, no external services required (default is BoltDB for persistence).

dangkaka commented 6 years ago

okk, thanks