Can anyone point me to a way to pass a priority to...
# ask-community
n
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
Hi @Nathan Atkins! This is not something Prefect supports at the moment.
n
Thanks Kevin. That is exactly what I'm seeing. I guess I will stop looking until I see a fix for this.