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

Update Presidio Containers to use Gunicorn #1496

Open
RKapadia01 opened this issue Dec 12, 2024 · 1 comment
Open

Update Presidio Containers to use Gunicorn #1496

RKapadia01 opened this issue Dec 12, 2024 · 1 comment

Comments

@RKapadia01
Copy link
Contributor

Summary:

Replace Flask's built-in server with Gunicorn in Presidio's Docker containers for better performance, scalability, and production readiness.

Benefits:

  • Operate more efficiently with improved resource utilization and performance, particularly under higher traffic loads
  • Added ability to scale workers and handle concurrent requests
  • Aligns with best practices for deploying Python web applications into production scenarios
@RKapadia01
Copy link
Contributor Author

Have raised #1497 to address this

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

No branches or pull requests

1 participant