Skip to content

Commit

Permalink
set these timeouts for all hubs just in case this ends up helping
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 17, 2024
1 parent 8dfbe27 commit 5d787ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jupyterhub:
image:
tag: 4.6.2
extraCommandLineFlags:
# set the timeout and proxyTimeout to 24 hours (arg is in milliseconds)
# set the timeout and proxyTimeout to 5 seconds
# https://github.com/http-party/node-http-proxy?tab=readme-ov-file#options
# - "--timeout=86400000"
# - "--proxy-timeout=86400000"
- "--timeout=5000"
- "--proxy-timeout=5000"
resources:
requests:
# FIXME: We want no guarantees here!!!
Expand Down

0 comments on commit 5d787ba

Please sign in to comment.