Skip to content

Commit

Permalink
jh: increase spawn timeout in KubeSpawner
Browse files Browse the repository at this point in the history
addresses #210
  • Loading branch information
rokroskar committed May 29, 2018
1 parent 899ce0a commit 2556742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ jupyterhub:
c.JupyterHub.tornado_settings = {
'slow_spawn_timeout': 30
}
# increase initial timeout
# unclear if this is degenerate with the tornado option above...
c.RenkuKubeSpawner.start_timeout = 60 * 5
db:
type: postgres
singleuser:
Expand Down

0 comments on commit 2556742

Please sign in to comment.