Is there a way to prioritize a set of parallel tas...
# ask-community
m
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.
I think they will be sorted always by name (asc). so i will try to use this. maybe there is a less ugly solution... ^^
Nope it's not by name we can overwrite. Any suggestions?