How to exit cleanly from flask and waitress running as a windows pywin32 service

This page summarizes the projects mentioned and recommended in the original post on /r/codehunter

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • waitress

    Waitress - A WSGI server for Python 3

  • I have spent hours reviewing and testing ways of making waitress exit cleanly (like this and this) but the best I can do so far is a kind of suicidal SIGINT which makes Windows complain "the pipe has been ended" when stopping through the Services control panel, but at least it stops :-/ I guess the pythonservice.exe which pywin32 starts, should not terminate, just the waitress treads?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Deploying Django when using python-socketio

    1 project | /r/django | 13 May 2023
  • Scope of database threads + connections + sessions

    1 project | /r/django | 20 Apr 2022
  • Running Django with Gunicorn - Best Practice

    1 project | /r/codehunter | 19 Mar 2022
  • gunicorn - a WSGI HTTP Server for UNIX, fast clients and sleepy applications.

    1 project | /r/programming | 11 Jan 2022
  • Flask app logger not working when running within gunicorn

    1 project | /r/codehunter | 5 Nov 2021