-
-
Notifications
You must be signed in to change notification settings - Fork 60
prodeng-605: migrate uwsgi to granian #7566
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
base: master
Are you sure you want to change the base?
Conversation
aa68515 to
f9079b5
Compare
a963e77 to
b260d35
Compare
| interface=Interfaces.WSGI, | ||
| backlog=backlog, | ||
| workers=processes, | ||
| workers_lifetime=lifetime, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does lifetime do, especially when None since we don't specify a value when we start the API? Don't we want the process to be recycled regularly due to our
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When is None the workers have no max lifetime.
I'm not 100% sure we want a default value, also because we don't use the CLI command to run snuba on our side.
SSIA