TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby therealmockerover 1 year ago
Basically cron but centralized. Useful for organizations with lots of applications because:<p>- Development teams don&#x27;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<p>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.

2 comments

calpatersonover 1 year ago
Very unfortunately, I have mainly seen Jenkins used for this. There must be something better out there.
oceans76over 1 year ago
redwood.com Centralized scheduling, job chaining, workflow management, used to be called Cronacle.