Replies: 2 comments 7 replies
-
Hi @rpitre - yes you can use Dask Worker Resources + Prefect Task tags to achieve this. See the comment in this doc here: https://docs.prefect.io/api/latest/engine/executors.html#daskexecutor For posterity:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Is NUM the only value type you can pass ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using dask distributed scheduler to create workers on many machines. Each worker on each machine has resources attributes specifying for example the amount of RAM, the graphic card(s) installed, the number of cores, etc.. Is there a way to specify that a prefect task should only run on a worker with a particular set of resources ?
Beta Was this translation helpful? Give feedback.
All reactions