Configruable scaling cool down period
Opened this issue · 1 comments
BitTheByte commented
Implement a way to set a cool-down period for adaptive scaling instead of the hardcoded
e.g.apiVersion: kubernetes.dask.org/v1
kind: DaskCluster
metadata:
annotations:
kubernetes.dask.org/cooldown-until-interval: "30s"
name: dask-f3a0c12f
namespace: default
spec:
....
jacobtomlinson commented
Agreed this is a great idea.