6 ms·
Do you feel that orchestration runs on a per-minute basis?
by featherless 9mo ago
Do you feel that orchestration runs on a per-minute basis?
- otterley 9mo agoAs long as they're reserving resources for your job during the period of execution, it does.
- featherless 9mo agoCharging people to maintain a row in a database by the minute is top-tier, I agree.
- deleted 9mo ago[deleted]
- otterley 9mo agoIf you really think that's all it is, I would encourage you to write your own.
- featherless 9mo agoIt would be silly to write a new one today. Plenty of open source + indy options to invest into instead. For scheduled work, cron + a log sink is fine, and for pull request CI there's plenty of alternatives that don't charge by the minute to use your own hardware. The irony here, unfortunately, is that the latter requires I move entirely off of GitHub now.