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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
After #202, a SIGKILL is used to stop the Flask server during shutdown. This might not give the Flask server time to shutdown gracefully. It would be nice to use SIGTERM or SIGINT, but it didn't seem to work.
The text was updated successfully, but these errors were encountered:
After #202, a SIGKILL is used to stop the Flask server during shutdown. This might not give the Flask server time to shutdown gracefully. It would be nice to use SIGTERM or SIGINT, but it didn't seem to work.
The text was updated successfully, but these errors were encountered: