Dalga: Job scheduler written in Go
github.com
Dalga: Job scheduler written in Go
1–10 of 16 posts
Re: Dalga: Job scheduler written in Go
#2Re: Dalga: Job scheduler written in Go
#3Re: Dalga: Job scheduler written in Go
#4Re: Dalga: Job scheduler written in Go
#5Why Dalga instead of Kala? https://news.ycombinator.com/item?id=10046164 Aren't they very similar? Isn't it better to join the efforts?
Re: Dalga: Job scheduler written in Go
#6Why Dalga instead of plain cron?
* Dalga can schedule one-off jobs.
* Dalga has built-in retry mechanism.
Re: Dalga: Job scheduler written in Go
#7Re: Dalga: Job scheduler written in Go
#8Why Dalga instead of plain cron?
You can have cron emit the cascading event if you want but you often need a system which can "prod" other systems and ask them to do things because of a timing event. In such systems, cron often falls short as the system around it grows.
For local timing of events, cron is a really good tool however, and I wouldn't hesitate about using it there. It is for system-wide events these general job schedulers tend to help.
Re: Dalga: Job scheduler written in Go
#9Does Dalga support job dependencies? I.e. job A can only run after e.g. job B and C have finished first.
Re: Dalga: Job scheduler written in Go
#10Why Dalga instead of Kala? https://news.ycombinator.com/item?id=10046164 Aren't they very similar? Isn't it better to join the efforts?
Kala is in Alpha stage. Dalga is stable and used in production ~2 years at https://put.io .