psiLynx

Schedules

Automatically run checks at set intervals — no manual triggers needed. Schedules are available on Pro and Business plans.

Plan availability

PlanSchedulesCustom cron
StarterNot available
Pro✅ YesPresets only
Business✅ Yes✅ Custom cron supported

Starter plan users see an upgrade prompt instead of the schedule controls.

Adding a schedule Starter+

  1. On the project page, find the Scheduled Checks block below the action buttons.
  2. Click Add schedule.
  3. Choose a mode:
    • Preset — pick from built-in frequencies
    • Custom cron — enter any cron expression Business
  4. Select a frequency (Preset mode):
PresetSchedule
Daily (midnight UTC)0 0 * * *
Twice daily (00:00/12:00)0 0,12 * * *
Weekly (Monday midnight)0 0 * * 1
  1. For Custom cron: enter the expression in minute hour day month weekday format (e.g. 0 3 * * *). A minimum interval applies per plan.
  2. Select a timezone from the dropdown (UTC, Europe/Warsaw, Europe/London, Europe/Berlin, America/New_York, America/Los_Angeles, Asia/Tokyo, Asia/Singapore).
  3. Click Save.

Schedule cards

Each schedule is shown as a card with:

  • Frequency (preset name or cron expression)
  • Timezone
  • Next run — date and time of the next trigger (active schedules only)
  • Last run — date and time of the most recent trigger
  • Status badge: Active (green) or Paused (grey)

Action buttons on each card

ButtonAction
EditChange frequency or timezone
Pause / ResumeToggle the schedule on or off
RunsView the run history for this schedule
Delete the schedule (requires confirmation)

Run history

Click Runs on a schedule card to open the run history dialog. Each entry shows the date/time and a status badge:

StatusMeaning
TriggeredA check was successfully started
Skipped (busy)Skipped — a check was already running
Skipped (quota)Skipped — weekly quota exhausted
ErrorAn error occurred when starting the check
Scheduled checks run against active URLs only. Paused URLs are skipped. If a check is already running when the schedule fires, the trigger is skipped (Skipped busy). If the weekly quota is exhausted, the trigger is skipped (Skipped quota). The slot counter (e.g. 1 / 3) in the block header shows how many schedules you have used.

Last updated July 20, 2026