Live data from Hacker News

Executing Cron Scripts Reliably at Scale

slack.engineering

1–10 of 100 posts

Re: Executing Cron Scripts Reliably at Scale

#6
Interesting to see how different teams approaches to the same issue. Often when reading this sort of thing I'm in PR mode and question why they did certain things the way they did. Then I realise that has probably been asked and answered a dozen times before it got released.

Re: Executing Cron Scripts Reliably at Scale

#7
post #5

this 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)

100% agree this is a perfect use case for Cadence or Temporal.

Re: Executing Cron Scripts Reliably at Scale

#10
post #3

[flagged]

What does a more sane sausage factory look like wrt cron or the like?

It may not necessarily be "more sane" but we define any batch jobs like this in Nomad.

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

Post reply on HN