Hello! The new config variable `max_scheduled_runs...
# ask-community
k
Hello! The new config variable
max_scheduled_runs_per_flow
. Is there a way to configure it via ENV variable? (We use Prefect in docker-compose)
k
Try setting
PREFECT___SERVICES____TOWEL___MAX__SCHEDULED_RUNS_PER_FLOW
k
Thanks @Kevin Kho I’ll try that setting in the
towel
container
k
I think you set it wherever you invoke
prefect server start
from. Or are you using the helm chart?
k
We use
docker-compose
. our configuration is similar to this: https://github.com/PrefectHQ/prefect/blob/master/src/prefect/cli/docker-compose.yml
m
EDIT:
PREFECT_SERVER__SERVICES__TOWEL__MAX_SCHEDULED_RUNS_PER_FLOW
k
Thanks @Mariia Kerimova. I guess this variable needs to be set in the
towel
container?
m
Yes, it should be set on towel