Zero downtime: Connected users should be able to continue working with osparc when osparc micro-services are restarted #2212
Labels
a:frontend
issue affecting the front-end (area group)
a:infra+ops
maintenance of infrastructure or operations (discussed in retro)
a:webserver
issue related to the webserver service
Use-case:
references:
graylog entries related to failed e2e
the e2e of isolve-mpi failed with the webserver returning a 500 for listing projects. one can see in the logs that the webserver was restarting at that moment.
Docker reference:
docker swarm starts a new service (the replacing webserver) and waits until it is healthy. once healthy it closes the replaced service, waits 10seconds and then kills it if it is still around.
: restarting webserver works
: restarting database
: restarting other subsystems
The text was updated successfully, but these errors were encountered: