https://prefect.io logo
a

Adam Brusselback

02/09/2021, 5:46 PM
When I register my flow, it's label is automatically set to the hostname of the one agent I registered it from
n

nicholas

02/09/2021, 5:48 PM
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

Adam Brusselback

02/09/2021, 5:50 PM
Thanks, that's what I was missing.
👍 1
2 Views