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

scaling backend services #51

Open
evgeni opened this issue Nov 5, 2024 · 0 comments
Open

scaling backend services #51

evgeni opened this issue Nov 5, 2024 · 0 comments

Comments

@evgeni
Copy link
Member

evgeni commented Nov 5, 2024

Today we deploy various services (Foreman/Puma, Pulp/Gunicorn) in a default configuration which usually spans a couple (~2) workers (threads, processes, doesn't matter) inside the container.
We do not expose any way to change those numbers today, so it might become a bottleneck in setups with higher load.

On the other hand, it feels more natural for container scaling to spawn more containers instead of changing configuration inside the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants