Hello everyone,
TLDR: I have a custom resource assigned to Ray Cluster head/worker. I am using Dask with Ray scheduler and I want dask-with-ray to respect custom resources assigned to each head/worker inside Ray Cluster.
Of course, I am aware that there is something like: dask.annotate
to specify custom resources for the job, but this seems not to work with Ray Cluster resources.
There is a Ray docs section Advanced Usage — Ray v1.9.2 on resource options, but I can’t make it work either with Dask and Ray.
Can anyone drop some hint where can I find some information on how to put some resource constraints/requirements on specific Dask operations that are scheduled by Ray?