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

Gunicorn worker limit increase #33

Closed
DigitalWarrior opened this issue Dec 14, 2020 · 0 comments
Closed

Gunicorn worker limit increase #33

DigitalWarrior opened this issue Dec 14, 2020 · 0 comments
Labels
backend bug Something isn't working

Comments

@DigitalWarrior
Copy link
Contributor

also, gunicorn was limited to 2 workers
in the ./entrypoint.sh
Set it to number of (cpu threads * 2) + 1
See
https://docs.gunicorn.org/en/stable/settings.html#workers
https://docs.gunicorn.org/en/stable/settings.html#threads
https://docs.gunicorn.org/en/stable/settings.html#worker-connections

@DigitalWarrior DigitalWarrior added bug Something isn't working backend labels Dec 14, 2020
AnkurPrabhu pushed a commit to AnkurPrabhu/librephotos that referenced this issue Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants