Never miss a failed
cron job or workflow again

Dynamic heartbeat monitoring for your scheduled tasks, workflows, and cron jobs. Create monitors on-the-fly with zero configuration - just send a request.

On-the-fly monitor creation: Define a unique key and monitors are created automatically - no manual setup needed.
Dynamic configuration: Set expected heartbeat intervals directly in the request - configure monitors programmatically.
Custom data tracking: Send custom metrics with each heartbeat and set alerts (e.g., synced items must never be 0).
Visual charts: View your custom metrics over time with beautiful charts and dashboards.

Cron Health Monitoring Features

Zero-Config Setup

No need to create monitors manually. Just send a request with a unique key and the monitor is created automatically.

Dynamic Intervals

Set expected heartbeat intervals in the request itself. Change intervals on-the-fly without logging into the dashboard.

Custom Metrics

Send custom data with each heartbeat. Track items synced, records processed, or any metric that matters to you.

Metric-Based Alerts

Set conditions on your custom data. Get alerted if synced items = 0, processing time > threshold, etc.

Beautiful Charts

Visualize your custom metrics over time. See trends, spot issues, and understand your workflow performance.

Dynamic Scaling

Perfect for dynamic environments. Spin up new workflows? They're automatically monitored without manual intervention.

Simple API Integration

Just add one line to your cron job or workflow

Terminal
$ curl -X POST https://api.watchflow.io/heartbeat \\
-H "Authorization: Bearer YOUR_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{
"key": "daily-sync-job",
"interval": "24h",
"data": {
"items_synced": 1250,
"duration_ms": 3400,
"status": "success"
}
}'
โœ“ Heartbeat sent successfully
No Setup

Monitor created on first request

Dynamic Config

Change interval in the request

Custom Data

Track any metrics you need

Perfect For

๐Ÿ”„ ETL & Data Pipelines

Monitor data sync jobs, track records processed, get alerted when syncs fail or return zero results.

โš™๏ธ n8n & Make.com Workflows

Track workflow executions, monitor custom metrics, catch silent failures where workflows succeed but no data moves.

๐Ÿ“Š Scheduled Reports

Ensure daily/weekly reports run on time. Track report generation metrics and delivery status.

๐Ÿงน Cleanup & Maintenance Jobs

Monitor database cleanups, log rotations, backup jobs - any scheduled maintenance task.

Start Monitoring Your Cron Jobs Today

No credit card required. First heartbeat creates your monitor automatically.

Get Started Free