dask/dask-kubernetes

Configruable scaling cool down period

Opened this issue · 1 comments

Implement a way to set a cool-down period for adaptive scaling instead of the hardcoded

cooldown_until = time.time() + 15
e.g.

apiVersion: kubernetes.dask.org/v1
kind: DaskCluster
metadata:
  annotations:
    kubernetes.dask.org/cooldown-until-interval: "30s"
  name: dask-f3a0c12f
  namespace: default
spec:
  ....

Agreed this is a great idea.