In dask gateway's config docs, there is a setting adaptive period. How does this interact with the standard dask.config
variable DASK_DISTRIBUTED__ADAPTIVE__INTERVAL
? In general, the GatewaySchedulerService seems to have a parameters that mimic some dask.config
options.
Are the following dask config vars used or ignored when using a gateway?
- DASK_DISTRIBUTED__SCHEDULER__WORKER_TTL
- DASK_DISTRIBUTED__ADAPTIVE__INTERVAL
- DASK_DISTRIBUTED__ADAPTIVE__WAIT_COUNT
- DASK_DISTRIBUTED__ADAPTIVE__TARGET_DURATION
If they are used, where should they be set? In the configuration yaml at gateway.backend.scheduler.extraContainerConfig
, or some other place?