Matthias
05/07/2020, 2:01 PMprefect agent start
in my main Docker container the process picks up the flowsnicholas
export PREFECT__CLOUD__API={docker.url}:{port}
? Replacing the stuff in curly braces with your exposed docker setup?Matthias
05/07/2020, 2:27 PMnicholas
prefect backend server
?Matthias
05/07/2020, 2:50 PMnicholas
--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
Matthias
05/07/2020, 3:06 PMnicholas
Matthias
05/07/2020, 3:08 PMnicholas
Matthias
05/07/2020, 3:09 PMnicholas
Matthias
05/07/2020, 4:25 PMnicholas
prefect agent start --label prod -l HOSTNAME -l etc
Matthias
05/07/2020, 6:18 PM