Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configruable scaling cool down period #819

Open
BitTheByte opened this issue Sep 16, 2023 · 1 comment
Open

Configruable scaling cool down period #819

BitTheByte opened this issue Sep 16, 2023 · 1 comment

Comments

@BitTheByte
Copy link

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:
  ....
@jacobtomlinson
Copy link
Member

Agreed this is a great idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants