Hi
im trying to learn as deep as possible the dask config and based on docs im not so confident i 100% correctly understand it.
what is the order of execution for when its applied, how does it affect the the logic, scheduler, graph etc?
in k8s it does not modify the config at run time and its possible to modify via the env vars them self by directly sending it to the workers before they are initialized.
that being said - im trying to understand how does it affect the scheduler , graph etc.?
based on this
https://docs.dask.org/en/stable/phases-of-computation.html
i understand that the graph is built by the scheduler and not the workers so maybe modifying on run time the scheduler does work?
any help would be appreciated thx!