Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Gracefully shutdown the waitress webserver #205

Open
bigspider opened this issue Aug 26, 2020 · 1 comment
Open

Gracefully shutdown the waitress webserver #205

bigspider opened this issue Aug 26, 2020 · 1 comment
Assignees

Comments

@bigspider
Copy link
Collaborator

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.

@sr-gi
Copy link
Member

sr-gi commented Sep 25, 2020

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

@sr-gi sr-gi changed the title Gracefully shutdown the Flask server Gracefully shutdown the waitress webserver Sep 25, 2020
@bigspider bigspider self-assigned this Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants