Can anyone point me to a way to pass a priority to a Dask task from map()?
I can work with one priority for all the tasks being mapped, but it would be really cool if I could assign a priority to each of the mapped values.
k
Kevin Kho
04/27/2021, 9:06 PM
Hi @Nathan Atkins! This is not something Prefect supports at the moment.
n
Nathan Atkins
04/27/2021, 9:09 PM
Thanks Kevin. That is exactly what I'm seeing. I guess I will stop looking until I see a fix for this.