hi Team, now i see that scheduler checks the new t...
# ask-community
a
hi Team, now i see that scheduler checks the new task to schedule every 300 seconds, can I configure this interval via ENV? thanks.
Hi Team, your help is apprieciated, thanks
j
Hi @Alfie I believe you can set the loop seconds via this config var https://github.com/PrefectHQ/server/blob/master/src/prefect_server/config.toml#L76 which would look like
Copy code
PREFECT_SERVER__SERVICES__SCHEDULER__SCHEDULER_LOOP_SECONDS
a
nice,thank you very much @josh