GuangSheng Liu
06/16/2022, 7:16 AMexport PREFECT__SERVICES__SERVICES__TOWEL__MAX__SCHEDULED__RUNS__PER__FLOW=1
or
export PREFECT__MAX__SCHEDULED__RUNS__PER__FLOW=1
Anna Geller
06/16/2022, 11:07 AMGuangSheng Liu
06/16/2022, 1:33 PM[server]
[server.ui]
port = "8081"
host_port = "8081"
[services]
host = "0.0.0.0"
[services.towel]
max_scheduled_runs_per_flow = 1
ui port change is ok, but max_scheduled_runs_per_flow doesn’t work, still has 10 upcoming runsKevin Kho
06/16/2022, 2:28 PMGuangSheng Liu
06/17/2022, 1:54 AMKevin Kho
06/17/2022, 2:19 AMGuangSheng Liu
06/17/2022, 2:34 AMKevin Kho
06/17/2022, 2:55 AMprefect server start
?GuangSheng Liu
06/17/2022, 2:59 AMKevin Kho
06/17/2022, 2:40 PMVincent Chéry
09/06/2022, 3:20 PMprefect server start
, so the values hard coded in https://github.com/PrefectHQ/server/blob/5d2c538dac3c246fcafc1ec2556f46bdf987f0fc/src/prefect_server/config.toml#L85 are used.docker exec -it
intothe container then modify the config.toml file using python), but that does not work either, since the config is loaded only once during start-up.