from Hacker News

Ask HN: Anyone using or have opinions on "enterprise" job schedulers?

by therealmocker on 12/14/23, 5:49 PM with 2 comments

Basically cron but centralized. Useful for organizations with lots of applications because:

- Development teams don't have to roll their own solution - Single interface for teams to pause jobs during maintenance windows - Easily see job failures across an entire organization - More advanced job orchestration and workflow capabilities

There are many ways to solve this (purpose-built applications, k8s jobs, cloud services, scheduled pipelines, etc). I am curious about what others have seen or are using.

  • by calpaterson on 12/14/23, 6:03 PM

    Very unfortunately, I have mainly seen Jenkins used for this. There must be something better out there.
  • by oceans76 on 12/14/23, 6:32 PM

    redwood.com Centralized scheduling, job chaining, workflow management, used to be called Cronacle.