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

Ensure correct production startup for performance #575

Open
stan-dot opened this issue Jul 26, 2024 · 0 comments
Open

Ensure correct production startup for performance #575

stan-dot opened this issue Jul 26, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code question Further information is requested
Milestone

Comments

@stan-dot
Copy link
Collaborator

stan-dot commented Jul 26, 2024

image

Run gunicorn -k uvicorn.workers.UvicornWorker for production.
Additionally run behind Nginx for self-hosted deployments.
https://www.uvicorn.org/deployment/

or with fastapi
https://fastapi.tiangolo.com/deployment/docker/

the current solution looks like the use of developer setup in production

@stan-dot stan-dot added enhancement New feature or request question Further information is requested python Pull requests that update Python code labels Jul 26, 2024
@callumforrester callumforrester added the good first issue Good for newcomers label Jul 31, 2024
@callumforrester callumforrester added this to the 1.0.0 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers python Pull requests that update Python code question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants