Home/Docs/Scheduling

Scheduling Scans

Automate recurring scans to detect regressions continuously without manual triggers.

Why it matters

Scheduled scans prevent blind spots between manual checks.
They provide predictable quality monitoring as code and content change.

Step-by-step

  1. Open Dashboard -> Schedules.
  2. Create or edit a schedule.
  3. Select target project and timezone.
  4. Save and verify next_run_at is populated.
  5. Confirm scheduled runs appear in run history.

Visual reference

Schedules page

Common mistakes

  • Using incorrect timezone.
  • Disabling schedule accidentally while editing.
  • Not monitoring scheduler worker health in self-hosted environments.

Related docs