https://prefect.io logo
Title
b

Brennan Chapman

09/04/2020, 12:35 AM
hey all, been trying out Prefect this week, and its very impressive! Working on setting up Prefect with Dask currently, and wondering how I would expose a parameter in Prefect that I could use to set the task priority for Dask. Any ideas or guidance? Thanks so much!
c

Chris White

09/04/2020, 12:44 AM
Hi @Brennan Chapman and welcome! This is not a setting Prefect currently exposes, but we could probably replicate the same pattern we use for Worker Resources <-> Task tags (as described in this doc string: https://docs.prefect.io/api/latest/engine/executors.html#daskexecutor) If that’s something you’d be interested in seeing I can open an issue for you
👀 1