Skip to content
Glossary

Heartbeat Monitoring

Heartbeat monitoring watches for a regular "check-in" signal from a job or service and raises an alert when the expected signal doesn't arrive in time — catching silent failures of things that don't serve traffic.

Heartbeat monitoring flips the usual model: instead of a monitor reaching out to check a service, the service (or scheduled job) periodically sends a signal to say “I ran.” If that expected heartbeat doesn’t arrive within its window, the monitor raises an alert. This makes it ideal for things that don’t accept inbound traffic — cron jobs, backups, batch pipelines, and data syncs.

It closes a common blind spot: a job can fail silently and go unnoticed until something downstream breaks. Heartbeat checks are one of several methods, alongside HTTP and port checks, that contribute to overall uptime coverage in uptime monitoring.

Related terms

See these concepts in a working platform.

Free plan available · no credit card required