Dimension scores are derived from public data and fields; weighted into the composite. Reference only.
CronDrive is a monitoring and alerting tool for cron scheduled tasks. Its core purpose is to answer two questions: “Did the job start as scheduled?” and “Did it eventually finish?” Users create a job on the platform, enter a cron expression, and then add tracking calls in crontab or inside their scripts. If the platform does not receive a start or end call, it sends an alert via email or Slack.
The design is fairly lightweight: each task has a token URL. When the task starts, call https://job.crondrive.com/{token-job}/start; when it finishes, call /end. It also provides /pause and /resume endpoints for pausing or resuming alerts. The page shows an example of integrating it with Linux crontab using curl, so it is not tied to any specific language or framework—as long as the runtime environment can send HTTP GET requests. The site also offers cron expression testing, timezone selection, cron format explanations, and common expression examples, making it relatively beginner-friendly.
The pricing is straightforward: Free costs $0/month and can monitor 2 cron jobs; Basic costs $15/month and can monitor 40 cron jobs. For alert channels, the text explicitly mentions Email and Slack, with Slack allowing users to choose an alert channel via Add to Slack. There is no visible information about additional third-party integrations, SDKs, team permissions, or audit features.
Its strengths are low integration cost, a simple API, coverage for both “did not start” and “did not finish” cron failures, and a free tier. For backend scripts such as backups, sync jobs, cleanup tasks, and scheduled reports, it can quickly add basic observability. The limitations are also clear: the page does not disclose whether it is open source, whether self-hosting is supported, what payment methods are available, its data retention policy, or any SLA. Alerting channels currently appear to be limited to email and Slack, which may not be enough for complex enterprise use cases.
CronDrive is best suited for individual developers, small teams, and operations staff who need to quickly monitor a small to medium number of scheduled tasks. The source text does not provide information about access from mainland China, so its availability there is unknown. If network access or payment is an issue, alternatives such as Healthchecks.io, Cronitor, Better Stack, or self-hosted Uptime Kuma may be worth considering.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on crondrive.com official site.
crondrive.com is an Unknown Dev Tools provider. TG4G tracks its product information, an overall rating of 7.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach crondrive.com directly.