Executing Cron Scripts Reliably at Scale
slack.engineering
Executing Cron Scripts Reliably at Scale
1–10 of 100 posts
Re: Executing Cron Scripts Reliably at Scale
#2Re: Executing Cron Scripts Reliably at Scale
#3[flagged]
Re: Executing Cron Scripts Reliably at Scale
#4Re: Executing Cron Scripts Reliably at Scale
#5Re: Executing Cron Scripts Reliably at Scale
#6Re: Executing Cron Scripts Reliably at Scale
#7this is a pretty simple cron system. curious if the authors investigated temporal and other similar workflow engines for the advanced cron feature set ( https://docs.temporal.io/workflows#spec disclaimer: i used to work there)
Re: Executing Cron Scripts Reliably at Scale
#8Re: Executing Cron Scripts Reliably at Scale
#9this is a pretty simple cron system. curious if the authors investigated temporal and other similar workflow engines for the advanced cron feature set ( https://docs.temporal.io/workflows#spec disclaimer: i used to work there)
Re: Executing Cron Scripts Reliably at Scale
#10[flagged]
What does a more sane sausage factory look like wrt cron or the like?
The benefits are:
- We can collect metrics and logs of the jobs to see how long they take start to finish, and whether they started/died early
- More robust scheduling to tolerate node failures
- Easier to deploy as IAC