Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gunicorn #229

Open
plasorak opened this issue Aug 29, 2024 · 0 comments
Open

Remove gunicorn #229

plasorak opened this issue Aug 29, 2024 · 0 comments

Comments

@plasorak
Copy link
Collaborator

plasorak commented Aug 29, 2024

And use the flask development WSGI server for the response listener in the controller. We are anyway misusing gunicorn right now, and it's causing all sorts of trouble because it catches signals, stop slowly, etc. We should make sure the response listener is works well, and probably that involves using something a bit more robust that the development server in the future, but for now, we'll ditch gunicorn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant