You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce timeout waiting for notebook to startup. With a reduced timeout we may be able to return quicker to an end user in case notebook start up fails for some reason.
Important thing here is that the initial sync fo the workspace has to be factored into the time out. We have to make sure that a full download from object store can happen before the time out expires.
Or we have to change how we sync it (e.g. not using initcontainers) but then have to be careful with readiness and liveness probes
The text was updated successfully, but these errors were encountered:
Reduce timeout waiting for notebook to startup. With a reduced timeout we may be able to return quicker to an end user in case notebook start up fails for some reason.
Important thing here is that the initial sync fo the workspace has to be factored into the time out. We have to make sure that a full download from object store can happen before the time out expires.
Or we have to change how we sync it (e.g. not using initcontainers) but then have to be careful with readiness and liveness probes
The text was updated successfully, but these errors were encountered: