I am using JupyterLab to process and extract a catalog of SPHEREx spectra. My script requires a longer runtime than the current server session allows, and the JupyterLab server appears to shut down before the job finishes.
What is the idle timeout duration? Is there a recommended method for extending the session time?
Hi Christina! The keep-alive option mentioned above is excellent for this. You’ll also find the timeout durations at that link.
Note that there’s a hard upper limit of 48 hours, and even the keep-alive option won’t keep your server running longer than that. That was implemented as a safety mechanism, and our beta users haven’t needed longer than that so far. If you have a use case that needs a server running continuously for more than 48 hours, please let us know!