PrefectHQ / prefect-recipes

Snippets and templates representing common Customer Success patterns
https://PrefectHQ.github.io/prefect-recipes/
Apache License 2.0
238 stars 29 forks source link

update orchestrator pattern to use `run_deployment` #193

Closed zzstoatzz closed 1 year ago

zzstoatzz commented 1 year ago

image

Description

Updates old orchestrator pattern that used tasks wrapping client methods to use run_deployment without a wrapping task, since run_deployment will mark the deployment flow run as a subflow of the calling flow automatically.

Type of change

modernizing existing example

New Recipe Checklist