Hello,
In order to avoid scheduling tasks on the head node, it is recommended to set CPU:0 in rayResources. When minWorkers is set to 0 with 0 CPUs assigned to the ray head node, we see that autoscaling does not happen.
Is this the expected behavior?
documentation here: Ray Deployment Guide — Ray v2.0.0.dev0
cc @Dmitri
Thanks