Know when your cron jobs fail

CronSnitch monitors your scheduled tasks and alerts you the moment they miss a beat. No more silent failures, no more wondering if your backups ran.

Any Schedule

Works with any cron expression. 5 minutes or 5 days, CronSnitch tracks it all.

Instant Alerts

Get notified immediately when a job fails to check in. Email notifications out of the box.

Simple Integration

One HTTP request. That's it. Add a curl call to any script in seconds.

How it works

1

Create a Snitch

Set a name and expected schedule for your job.

2

Add to Your Script

Add one line to ping CronSnitch when your job completes.

3

Sleep Soundly

Get alerted if your job ever misses a check-in.

Example: Monitor a backup script

#!/bin/bash
# Your backup logic here
pg_dump mydb > backup.sql

# Ping CronSnitch when done
curl -s https://cronsnitch.fly.dev/your-snitch-key

That's all. If your backup fails or takes too long, you'll know immediately.

Stop hoping your jobs are running

Join developers who trust CronSnitch to watch their background jobs.

Create Your First Snitch