Anna
03/19/2026, 4:08 PMMarvin
03/19/2026, 4:08 PMMarvin
03/19/2026, 4:16 PMPREFECT_API_SERVICES_SCHEDULER_MIN_RUNS=3
- PREFECT_API_SERVICES_SCHEDULER_MAX_RUNS=100
- PREFECT_API_SERVICES_SCHEDULER_MIN_SCHEDULED_TIME=1h
- PREFECT_API_SERVICES_SCHEDULER_MAX_SCHEDULED_TIME=100d
You can also change profile values with:
prefect config set PREFECT_API_SERVICES_SCHEDULER_MIN_RUNS=1
References:
- Schedules in Prefect 3
- Settings and profiles
- Source (scheduler creates runs from current time forward): prefect/server/services/scheduler.py
If you’re seeing runs get created for past timestamps anyway, let me know—happy to help trace whether those were manually triggered, created before the outage, or something else.