Matthias
05/07/2020, 2:01 PMprefect agent start
in my main Docker container the process picks up the flowsnicholas
05/07/2020, 2:14 PMexport PREFECT__CLOUD__API={docker.url}:{port}
? Replacing the stuff in curly braces with your exposed docker setup?Matthias
05/07/2020, 2:27 PMnicholas
05/07/2020, 2:38 PMprefect backend server
?Matthias
05/07/2020, 2:50 PMnicholas
05/07/2020, 2:51 PM--verbose
flag to get some more info from itMatthias
05/07/2020, 3:03 PMprefect agent start --label prod
and to register the flow like this flow.register(labels=["prod"])
, to match right?nicholas
05/07/2020, 3:05 PMMatthias
05/07/2020, 3:06 PMnicholas
05/07/2020, 3:07 PMMatthias
05/07/2020, 3:08 PMnicholas
05/07/2020, 3:08 PMMatthias
05/07/2020, 3:09 PMnicholas
05/07/2020, 3:12 PMMatthias
05/07/2020, 4:25 PMnicholas
05/07/2020, 4:27 PMprefect agent start --label prod -l HOSTNAME -l etc
Matthias
05/07/2020, 6:18 PM