jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

JupyterLab restart when down. #136

Closed FlorentLvr closed 3 years ago

FlorentLvr commented 3 years ago

Sometimes, in a non-linear manner, we can see crashes inside our Kubernetes/AWS cloud infra.

It's an issue related to Kubernetes spawner that does not create deployment but just a pod.

What we should expect is an immediate reboot of the machine anytime it crashes. #chaosstrategy

jravenel commented 3 years ago

Creation of the crash handler microservice to get a restart if the server crashed. Not yet opensource.