Skip to content

Configruable scaling cool down period #819

Open
@BitTheByte

Description

@BitTheByte

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:
  ....

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions