I find jumps like this hint at "political stiction", sometimes it's hard to get permission to do incremental updates to things, you have to wait until the smoke from the burning tires is unmissable, then get big political consensus and a "visible project" to allocate budget and time for what would otherwise be unsexy maintenance work.
Executing Cron Scripts Reliably at Scale
11–20 of 100 posts
Re: Executing Cron Scripts Reliably at Scale
#12Re: Executing Cron Scripts Reliably at Scale
#13Re: Executing Cron Scripts Reliably at Scale
#14this 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
#15Interesting they went straight from "1 box running shell scripts with flock" to "mega custom thing" w/out going thru something like kube crob jobs or an off-the-shelf scheduler in between. I find jumps like this hint at "political stiction", sometimes it's hard to get permission to do incremental updates to things, you have to wait until the smoke from the burning tires is unmissable, then get big political consensus…
Re: Executing Cron Scripts Reliably at Scale
#16Interesting they went straight from "1 box running shell scripts with flock" to "mega custom thing" w/out going thru something like kube crob jobs or an off-the-shelf scheduler in between. I find jumps like this hint at "political stiction", sometimes it's hard to get permission to do incremental updates to things, you have to wait until the smoke from the burning tires is unmissable, then get big political consensus…
Re: Executing Cron Scripts Reliably at Scale
#17this 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
#18Interesting they went straight from "1 box running shell scripts with flock" to "mega custom thing" w/out going thru something like kube crob jobs or an off-the-shelf scheduler in between. I find jumps like this hint at "political stiction", sometimes it's hard to get permission to do incremental updates to things, you have to wait until the smoke from the burning tires is unmissable, then get big political consensus…
Is that not what HN at large keeps on talking about doing more - stretch the thing you use to its absolute limits before you upgrade
Re: Executing Cron Scripts Reliably at Scale
#19[flagged]