Skip to main content
A run is a single execution of a monitor. Each time the scheduler triggers a monitor (or you trigger one manually), a new run is created.

Viewing runs

Run details

Each run tracks:

Run statuses

  • Pending — The job is queued and waiting for an executor
  • Running — An executor is currently processing the monitor
  • Completed — Execution finished (check success for pass/fail)
  • Failed — Execution encountered an error (timeout, network failure, etc.)

Triggering runs manually

Manual runs execute immediately regardless of the monitor’s frequency schedule.