Christian
07/29/2022, 9:29 AMAnna Geller
.submit()
must be called explicitly
as always, there are tradeoffs, but we believe this explicit way of submitting tasks to a task runner is easier and less confusing
for concurrent execution, you can also use mapping - all mapped tasks will automatically be submitted to the task runner
# .map() returns a list of Futures
mapped_future = add_one.map(
[1, 2, 3]
)
Christian
07/31/2022, 8:26 PMAnna Geller
Christian
08/02/2022, 6:33 AMprefect slack notification
?Anna Geller
Christian
08/09/2022, 11:23 AMAnna Geller
Christian
08/09/2022, 1:11 PMAnna Geller