Skip to content

Commit

Permalink
daskhub: add note about keeping idle_timeout's default in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 2, 2023
1 parent dd28472 commit a74ab02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helm-charts/daskhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,9 @@ dask-gateway:
)
c.Backend.cluster_options = cluster_options
idle: |
# timeout after 30 minutes of inactivity
# timeout after 30 minutes of inactivity by default, keep this in sync
# with the user exposed option idle_timeout_minutes's default value
# configured above
c.KubeClusterConfig.idle_timeout = 1800
prefix: "/services/dask-gateway" # Users connect to the Gateway through the JupyterHub service.
auth:
Expand Down

0 comments on commit a74ab02

Please sign in to comment.