Replies: 1 comment
-
@dask-user as the discussions section mentions, you would have a better chance of getting an answer by posting on the dask discourse |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I see that
client.get
allows me to specifyresources
for a custom graph execution. However, as far as I can tell, this applies the resources to all tasks in the custom graph. Is there a way to specify the desired resources per task?Something like this:
Beta Was this translation helpful? Give feedback.
All reactions