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
We need to gracefully handle SIGINT and SIGTERM by saving the database state (if needed), closing any open handles, and stopping the event loop to exit.
Right now the only way is a SIGKILL.
We need to gracefully handle SIGINT and SIGTERM by saving the database state (if needed), closing any open handles, and stopping the event loop to exit.
Right now the only way is a SIGKILL.