Skip to content

Commit 58d5b3d

Browse files
committed
feat(converter): reduce gunicorn workers to 2
1 parent 5739d95 commit 58d5b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

converter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ ENV PROMETHEUS_MULTIPROC_DIR=/tmp/prometheus_metrics
5858
ENV FLASK_ENV=production
5959

6060
# 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"]
61+
CMD ["uv", "run", "--no-dev", "gunicorn", "-c", "gunicorn.conf.py", "-w", "2", "-b", "0.0.0.0:8080", "converter.converter:app"]

0 commit comments

Comments
 (0)