python-teos
python-teos copied to clipboard
Gracefully shutdown the waitress webserver
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.
No using Flask webserver anymore, but this should be applied to waitress now anyway.