<@ULVA73B9P> what is the server setting that can b...
# ask-marvin
f
@Marvin what is the server setting that can be used to fetch scheduled runs a few seconds before their scheduled start time?
m
To fetch scheduled runs a few seconds before their scheduled start time, you can adjust the
server.services.scheduler.min_scheduled_time
setting. This setting controls the minimum amount of time before a scheduled run's start when it should be fetched. You can modify this setting through Prefect's configuration using the
prefect config view --show-defaults
command to see and adjust the defaults. For more detailed information, you can refer to the Prefect settings documentation.