Kevin Kho
04/19/2021, 7:14 PMJoe McDonald
04/19/2021, 7:16 PMZanie
04/19/2021, 7:16 PMConfig
that we are loading there should not override values that you set otherwise (aka via the AWS config or env variables)Joe McDonald
04/19/2021, 7:19 PMAs described earlier, there are options used here that will supersede those found in other configuration locations
Zanie
04/19/2021, 7:20 PMJoe McDonald
04/19/2021, 7:20 PMConfig
since from CLI I can’t load botocore_config, then since it is blank there is no retry mode, so it sets it to standard
.
I want it set to adaptive
Zanie
04/19/2021, 7:27 PMECSAgent
from a python file and just call .start()
which is all the CLI does.https://github.com/PrefectHQ/prefect/blob/faf7f57e88f51fab5aca8d1a674566ee2afc39f1/src/prefect/cli/agent.py#L88Joe McDonald
04/19/2021, 7:32 PM