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

Apply application factory pattern to allow gunicorn to spawn multiple processes #49

Open
yash1337 opened this issue Sep 25, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yash1337
Copy link
Member

Right now only one flask process is serving the API. Although good enough for the current load (can serve the site in 10-15 ms), need to gunicorn's multiple worker power to handle higher request numbers.

@yash1337 yash1337 added the enhancement New feature or request label Sep 25, 2018
@yash1337 yash1337 self-assigned this Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant