Hi all, is there a way to use different executors for different task ? Like if some of my tasks can't be pickled, I want it on local executor, with the remaining on daskexecutor..
j
Jeremiah
04/17/2020, 12:42 PM
Hi @alvin goh - at this time, executors are set at the flow level but we are having some conversations about effective ways to use different executors OR pass non-pickleable objects around. Hope to have some updates later this spring.