Prass
07/21/2022, 12:27 PMtask1
. But do task2
only if task1
is completed, and task3
only if task1
and task2
are complete?
2. Does prefect 2.0 parallelize flows over async for
s?
3. I write (append) to a file in one of my tasks. Is that prefect
safe?Anna Geller