Comment by burnt-resistor

2 days ago

Jobs that need retries, atomicity, monitoring, rescheduling, ad hoc scheduling, and flexibility probably aren't suited to most cron servers.

Beanstalkd, cronicle, agenda, sidekiq, faktory, celery, etc. are the usual suspects.

What is often missing is HA of the controller service process.

I'd probably even add systemd timers to that list. It does most of what you list, minus the retries (but I think you could handle that in the service definition)