create_heartbeat
Set up a heartbeat monitor to track scheduled tasks or cron jobs, with customizable ping intervals and grace periods.
Instructions
Create a new heartbeat monitor for cron jobs or scheduled tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the heartbeat | |
| slug | No | URL-safe slug for the ping endpoint (auto-generated if not provided) | |
| gracePeriod | No | Grace period in minutes before marking as late (default: 5) | |
| expectedInterval | Yes | Expected interval between pings in minutes |