When I register my flow, it's label is automatical...
# prefect-community
a
When I register my flow, it's label is automatically set to the hostname of the one agent I registered it from
n
Hi @Adam Brusselback - you can pass the
hostname_label
flag or arg to your agent instantiation and set it to
False
to disable that behavior 🙂
For more details on the different arguments the local agent takes, take a look at https://docs.prefect.io/api/latest/agent/local.html#localagent
a
Thanks, that's what I was missing.
👍 1