Say the agent is running under user alice, and the flows are being registered by user bob. Into whose home directory does ~/.prefect/config.toml belong?
j
Jim Crist-Harif
12/15/2020, 4:59 PM
Assuming you're talking about a local agent, the config directory that affects the agent is the one that will affect runtime behavior of flow runs. The config for the user registering flows only affects registration-time options.
j
jack
12/15/2020, 5:00 PM
Does the agent need to be restarted to pick up changes to its config.toml?
j
Jim Crist-Harif
12/15/2020, 5:01 PM
Yes, those are loaded on init only.
j
jack
12/15/2020, 5:03 PM
Is there a complete list of config file options available?