Hi, can anyone suggest a way how I can run_deployment after some tasks have run in a flow. In a way I need a form of wait_for but maybe I miss something
✅ 1
k
Kevin Grismore
02/26/2024, 5:34 PM
you can call run_deployment from inside a task, and use the tasks's wait_for
k
Kirill Egorov
02/26/2024, 5:40 PM
Oh, just a task as a wrapper. Got it
Kirill Egorov
02/26/2024, 5:40 PM
Thank you
🙌 1
m
Manoj Ravi
02/28/2024, 3:44 PM
@Kevin Grismore, but when i use run_deployment command in the parent - worker orchestrater, after the deploying the flows its showing deployment not found error every time.
Finding it difficult to setup up parent-worker setup.
I'm looking to extend the prefect pipeline for multiple clients and your inputs would be appreciated.