What's the best practice for creating a flow run o...
# ask-community
h
What's the best practice for creating a flow run of a deployment in the cloud from a local python script without waiting for it to finish?
1
r
you can create a flow run by run_deployment and set the timeout to 0 so that it returns immediately https://docs.prefect.io/api-ref/prefect/deployments/#prefect.deployments.run_deployment
1
h
Thanks!
👍 1