Hey @Aaron Ash, we don’t have a concept of priority (thus far) because this tends to be a task queue concept where you have a bunch of similar tasks and workers pick them up upon availability. Prefect is more concerned with batch jobs rather than processing from a queue.
I think the analogous thing here is having priorities for tasks to be picked up by a Dask Executor. This has come up in our discussions and is on our radar. Dask has support this as well, but we don’t have any immediate roadmap for it.