https://prefect.io logo
Title
s

Slackbot

04/05/2023, 7:39 PM
This message was deleted.
a

Aaron Goebel

04/05/2023, 7:39 PM
Untitled
Feels like I'm trying to do something that prefect can do out of the box. Also I'm running into the scenario where I'm potentially awaiting the same coroutine from different callers. Anyone implement something like this in prefect? Basically, I want to just run everything in graph traversal, create the futures, pass the futures downstream, and concurrently execute
run_deployments
with those futures resolved in the task.