Hi, I think there is a mistake on the Deploy flow...
# ask-community
m
Hi, I think there is a mistake on the Deploy flows with Python tutorial. In the Deploy a flow with
flow.deploy
section, it is stated that we start a worker after that we have run the script where the flow is defined, but I think it is reversed ? Thank you !
n
hi @Mehdi - i think you mean this section can you clarify what you're seeing as out of order here?
m
We must start the worker before running the script
n
that’s not necessarily true though. you can create the deployment (ie run the script with .deploy in it) before starting the worker. the work pool just has to exist, and the command for that is present above the suggestion to run the .deploy script
unless you mean something else?