-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Waitress support for production #2541
Conversation
6f674a5
to
4e424f3
Compare
c19ab9e
to
5290824
Compare
f4169ad
to
1e3cafb
Compare
Can you please add a ticket reference and maybe some historic/reasons of this change for our understanding and TS ? |
@ger-benjamin you can timesheet in https://camptocamp.atlassian.net/browse/GSGMF-1747 :-) |
Not sure to understand why we need to duplicate the app, I'm used to switch from gunicorn to waitress just by changing the docker container command. |
Add resource metrics Add psutil memory info metrics
1e3cafb
to
842b7df
Compare
@arnaud-morvan I updated the README to clarify this point :-) |
842b7df
to
ae5c437
Compare
Thanks @arnaud-morvan :-) |
With Gunicorn, we get one main process and one worker process. When the worker is killed the Pod steel alive!
Add resource metrics
Add psutil memory info metrics