As per title, if I am creating workers via helm or kubernetes, is it possible to assign "worker resources" (https://distributed.readthedocs.io/en/latest/resources.html#worker-resources) after workers have been created?
The use case is tasks that hit a database, I would like to limit the amount of processes able to hit the database in a given run, without limiting the total size of the cluster.
set_resources. I assume I could do aclient.run(lambda x: set_resources('my-db'). Would this be the most appropriate way to achieve this? - limx0