Is there a way to prioritize a set of parallel tasks with the localDaskExecutor? (--> basically longest first)
The order of creation doesn't seem to work.
Michael Hadorn
02/25/2021, 9:54 AM
I think they will be sorted always by name (asc). so i will try to use this. maybe there is a less ugly solution... ^^
Michael Hadorn
02/25/2021, 10:22 AM
Nope it's not by name we can overwrite.
Any suggestions?