Adisun Wheelock
04/23/2020, 3:22 PMDaskExecutor , it will run first_condition and second_condition asynchronously correct? And if I use LocalExecutor , it will run first_condition and then second condition synchronously?Laura Lorenz (she/her)
04/23/2020, 3:24 PMDylan
DaskExecutor on a Dask cluser with sufficient workers or threads to execute tasks simultaneously, then that’s correct.
For the local executor, I’m not sure we make guarantees about which condition will run first in sequence.Adisun Wheelock
04/23/2020, 3:24 PMDylan
first_condition and second_condition will complete before next_task startsLaura Lorenz (she/her)
04/23/2020, 3:26 PM