Skip to content

Category

Scheduled Jobs

Scheduled jobs are tasks that run on a calendar or interval, such as backups, reports, and cron workers, and need proof that they finished on time.

Why this category matters

A job that never starts fails silently. Heartbeat monitoring expects a periodic signal and alerts when the signal is late or missing.

Recommended learning order

  1. Cron jobCron job is a task scheduled to run at calendar or interval expressions.
  2. Heartbeat monitoringHeartbeat monitoring is expecting a periodic signal from a job and alerting when the signal is late or missing.
  3. Grace periodGrace period is extra time allowed after the expected heartbeat before alerting.
  4. Missed heartbeatMissed heartbeat is a heartbeat that did not arrive within the allowed schedule and grace period.
  5. Dead man's switchDead man's switch is a control that alerts when an expected signal stops arriving.

Foundational terms

Advanced terms

All terms in Scheduled Jobs