Flagsmith / edge-proxy

The Flagsmith Edge Proxy Docker Image
3 stars 3 forks source link

feat(gunicorn): use gunicorn as application server #42

Closed gagantrivedi closed 1 year ago

gagantrivedi commented 2 years ago

Adding this to mostly take advantage of gunicorn reloading the application on HUP signals. PS: as far as I know, running gunicorn does not have any practical downside in our context.

Ref: https://fastapi.tiangolo.com/deployment/server-workers/#gunicorn-with-uvicorn-workers

gagantrivedi commented 1 year ago

I don't see any use of this any more. We were adding this to help us debug a cpu issue