HACKER Q&A
📣 rozenmd

Does your team run recurring scripts/tasks in production?


Particularly interested in how folks run recurring jobs (like backups, cronjobs, etc)

Does your team use them? What do you use to make sure they actually ran?


  👤 smoldesu Accepted Answer ✓
Used Concourse at my last gig, it was a pretty nice tool. It markets itself as a "continuous thing-doer", which pretty much sums up what it does. You specify your tasks in YAML, then it runs them and gives you a nice observability UI. You can probably do better, but I'll give it 4/5 recommendation stars for being simple to use and FOSS.