Wenceslao Negrete
02/01/2023, 4:16 PMKevin Wang
02/02/2023, 3:02 PMKevin Wang
02/02/2023, 3:15 PMwait_for
parameter .. i'm still learning about this. I'm guessing this param only matters when you use a parallel Task runner. (somebody else please confirm). The default behavior for tasks is the same as flow - blocking, and are run sequentially (so you don't actually need wait_for) 🙂
https://docs.prefect.io/concepts/tasks/#wait-for
https://discourse.prefect.io/t/are-there-any-guidelines-when-to-use-flow-vs-task-decora[…]flow-should-be-defined-at-a-task-subflow-vs-flow-level/522
Good luck!