
RunWisp
Cron
Supervisor
PM2
Jobber
Cron As A Service
Cron Jobs Monitoring by Upzilla
Healthchecks.io
Cronitor
Healthchecks.io
UptimeRobot
Cronhub
Dead Man's Snitch
Cronly
Better Stack
EasyCron
RunWisp is an open-source cron replacement and process supervisor in a single binary. It runs your scheduled jobs, keeps your long-running services alive, records every run, and makes noise the moment something breaks. One tool does the work of both crond and supervisord, and unlike either of them, you can actually see what it's doing.
Most servers still run jobs the old way. Cron fires a task and tells you nothing (no history, no exit codes, no alert when a job fails or a scheduled run never happens), so a broken job can sit silently for days. RunWisp closes that gap. Every run is captured with its exit code, duration, and output, and you get alerted on both failed and missed runs.
Why teams choose it:
runwisp.toml that you commit to git and review like any other change.runwisp import brings an existing crontab or supervisord config over automatically.Built for developers, DevOps teams, and self-hosters who want dependable scheduling and supervision with real visibility, without adopting a heavyweight orchestration platform. Apache-2.0 licensed, and it runs on Linux and macOS.
RunWisp
CronitorDevelopers, IT professionals, and organizations that need to ensure the reliability and uptime of their cron jobs and services. It's especially useful for teams that require a simple yet powerful solution for monitoring scheduled tasks and receiving timely alerts to prevent potential issues.
RunWisp's answer
Almost everything is written in Go, except for Web UI where we use Svelte with TypeScript.
RunWisp's answer
It's the rare infrastructure tool that's actually a pleasure to run:
runwisp import cron / import supervisord to bring your existing setup over automatically.RunWisp's answer
The monitoring tools (Cronitor, Healthchecks, Dead Man's Snitch) only watch - they wait for a ping and tell you it didn't come, but they never run or restart anything. The execution platforms (Rundeck, Windmill, Dagu) run jobs but pull you into a heavyweight control plane, enterprise-gated team features, or a DAG/workflow model that's overkill for what most servers actually need. And nearly all of them are per-server SaaS with a recurring bill and your job data living on someone else's servers.
RunWisp is the tool that both runs and watches, self-hosted, in one ~25 MB binary you install in minutes. Full per-run history and failed/missed-run alerts, a genuinely good web dashboard and terminal UI out of the box, no external dependencies, no monthly invoice, no data leaving your infrastructure. It does the two jobs most servers need - scheduling and supervision - and makes them effortless to run and easy to see, without asking you to adopt a platform.
RunWisp's answer
Two groups.
First, developers and DevOps teams who want their scheduled jobs and services defined as code: the entire setup lives in a single runwisp.toml that goes straight into your git repo, so a change to a cron job is a reviewable commit, not an undocumented edit on some server. It gives developers and ops a shared, versioned source of truth for what runs where and makes handoffs and audits painless.
Second, self-hosters and homelab operators (like the Raspberry Pi and home-server crowd) who want real visibility into their scheduled jobs without running heavyweight infrastructure. One tiny binary, ~25 MB of RAM, no external database or runtime, and a clean web dashboard to see everything at a glance.
RunWisp's answer
RunWisp started with a problem its founder ran into twice. At two different companies, he needed a way to let developers see whether their scheduled jobs had actually run (browse the history, read the output, and trigger a job themselves when needed) without handing everyone an SSH login to a production server. Giving out shell access just to check on a cron job invites mistakes; the alternative was leaving developers flying blind.
No existing tool handled it cleanly, so he built the internal dashboard he wanted: every job, its full run history and output, and a one-click trigger (no server credentials required). When the same need came up again at the next company, it was clear this shouldn't have to be rebuilt everywhere. RunWisp is that tool, productized: a single binary that schedules and supervises your jobs and gives the people who need it a clear, safe view of what's running, without a shell account on the box.
Based on our record, Cronitor seems to be more popular. It has been mentiond 21 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Cronitor offers three pricing tiers, with the Hacker plan available for free. It includes useful features like cron job monitoring, website checks, and heartbeat/API monitoring, along with instant alerts, scheduled reports, and 5-minute check intervals. - Source: dev.to / over 1 year ago
Cronitor.io - Performance insights and uptime monitoring for cron jobs, websites, APIs and more. A free tier with five monitors. - Source: dev.to / over 2 years ago
We'll use Cronitor to set up alerting so that we receive a notification when queue wait times become too high. - Source: dev.to / over 2 years ago
Looks like your usage cases should be using https://cronitor.io for cheaper money. AWS is a total rip off, unless you are some corporation with plenty of money to wast. Just go with a VPS like Herznet, DO, lino for other hosting. Installing Linux is not that difficult now days. - Source: Hacker News / over 2 years ago
Https://cronitor.io/ is another option here that works for me. You can set up rules like "It should run once a day and return after at least this amount of time and also return a number greater than 1" Then just use come curl calls to your scripts at start and end and you are good to go. - Source: Hacker News / almost 3 years ago
Cron - Cron Calendar.
Healthchecks.io - Monitor your cron jobs and scheduled tasks, get notified when they fail.
Supervisor - Supervisor is a client/server system that allows its users to monitor and control a number of...
UptimeRobot - Free Website Uptime Monitoring
PM2 - Advanced, production process manager for Node.js
Cronhub - Cronhub helps you to easily monitor all your cron jobs in a beautiful dashboard. It alerts you when your cron job doesn't run on time or it fails.