Skip to content

Extending Server Lifetime #1733

Answered by iameskild
jbouder asked this question in Q&A
Apr 20, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @jbouder, I'm still working on docs for this update but in the meantime, I hope this helps. You can set any combination of the following settings (or none of them):

jupyterlab:
  idle_culler:
    terminal_cull_interval: 5  # The interval (in minutes) on which to check for terminals exceeding the inactive timeout 
    terminal_cull_inactive_timeout: 15  # Inactive timeout (in minutes) before being culled  
    kernel_cull_interval: 5  # The interval (in minutes) on which to check for kernels exceeding the inactive timeout
    kernel_cull_idle_timeout: 15  # Inactive timeout (in minutes) before being culled 
    server_shutdown_no_activity_timeout: 15  # Shutdown the server after N minut…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jbouder
Comment options

@iameskild
Comment options

@jbouder
Comment options

Answer selected by iameskild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants