Romain
07/03/2019, 12:25 PMOli Steadman
07/03/2019, 2:16 PMChris Hart
07/03/2019, 3:15 PMJeremiah
DaskExecutor
to specify a specific execution cluster). We have considered using task tags to allow affinity at the task level as well (basically reusing the task tags as Dask resources). However it’s something we’d like to make sure we support for users whether they use Dask or not, and we’re still iterating on the best way to enable that.Romain
07/04/2019, 6:56 AMOli Steadman
07/04/2019, 8:59 AMRomain
07/04/2019, 9:10 AMressources=task.ressources
to the submit method from the executor
I would simply need to add the ressources at the Task definition level.Chris White
Romain
08/06/2019, 4:33 AM