We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5739d95 + 58d5b3d commit 3cdca56Copy full SHA for 3cdca56
1 file changed
converter/Dockerfile
@@ -58,4 +58,4 @@ ENV PROMETHEUS_MULTIPROC_DIR=/tmp/prometheus_metrics
58
ENV FLASK_ENV=production
59
60
# Use Gunicorn for production deployment
61
-CMD ["uv", "run", "--no-dev", "gunicorn", "-c", "gunicorn.conf.py", "-w", "4", "-b", "0.0.0.0:8080", "converter.converter:app"]
+CMD ["uv", "run", "--no-dev", "gunicorn", "-c", "gunicorn.conf.py", "-w", "2", "-b", "0.0.0.0:8080", "converter.converter:app"]
0 commit comments