Skip to main content

Cron job

A task run automatically on a fixed schedule, named after the long-standing Unix scheduler.

Scheduled jobs need two properties people usually add after an incident: they must be idempotent, because a job can run twice; and they must be observable, because a job that silently stops running looks exactly like a job with nothing to do.

See also