python-teos icon indicating copy to clipboard operation
python-teos copied to clipboard

Gracefully shutdown the waitress webserver

Open bigspider opened this issue 5 years ago • 1 comments

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.

bigspider avatar Aug 26 '20 08:08 bigspider

No using Flask webserver anymore, but this should be applied to waitress now anyway.

sr-gi avatar Sep 25 '20 08:09 sr-gi