-
Notifications
You must be signed in to change notification settings - Fork 5
Description
On deployments where we do not have a policy for services to be closed down automatically (like osparc.io), after a period of inactivity, we are observing that users report issues with service being closed out of the blue without their intervention.
The issue
Services are unexpectedly closed by the garbage collector. There are multiple reports for the issue like:
Other issues which makes above situation worse
-
the
platform does not properly report that the services has been shut down. Services still appear to be in(blue tick) runningstatus. There is already an issue for this (Service state driven by the backend #1175). Work is in progress (backend PR) but was paused due to other higher priorities. It will still require followup PRs. -
Platform does not notify users and
platform does not log the reasons why a service was closed. This makes supporting user harder since it's very hard to figure out what triggered a service to close.