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

Added config option for controlling number of uvicorn workers #290

Conversation

ricardogsilva
Copy link

This PR adds the ARPAV_PPCV__NUM_UVICORN_WORKER_PROCESSES environment variable, which can be used to control the number of uvicorn workers which are spawned on the backend. It defaults to 1, which is appropriate for development.

The staging env is already updated with a more reasonable value for it.


@francbartoli francbartoli merged commit c07a7b0 into geobeyond:main Nov 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add config option for controlling number of uvicorn workers
2 participants