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
The Node backend (used in the Docker container) lacks a graceful shutdown procedure currently. It's not a big problem, as the server doesn't have any database connections that should be closed or similar. (We do, however, have file reads and writes, which makes me think that this can be important still.)
Anyway, a simple listening for some typical process signals should take care of it.
The text was updated successfully, but these errors were encountered:
The Node backend (used in the Docker container) lacks a graceful shutdown procedure currently. It's not a big problem, as the server doesn't have any database connections that should be closed or similar. (We do, however, have file reads and writes, which makes me think that this can be important still.)
Anyway, a simple listening for some typical process signals should take care of it.
The text was updated successfully, but these errors were encountered: