just use python quart or dont use python as web services.
but if you perfer to be stuck with flask, then below could be useful:
- flask thread
https://github.com/benoitc/gunicorn/blob/master/gunicorn/config.py#L1437
- deploying to production
https://github.com/benoitc/gunicorn/blob/master/gunicorn/config.py#L1437
- gunicorn related shit, config logging via "standalone" style entrypoint:
https://github.com/benoitc/gunicorn/blob/master/gunicorn/config.py#L1410
https://github.com/benoitc/gunicorn/blob/master/gunicorn/config.py#L1437
https://github.com/benoitc/gunicorn/blob/master/gunicorn/config.py#L1437