Skip to content

Commit

Permalink
Reduce worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
raimannma committed Dec 16, 2024
1 parent 0d57bc1 commit cb4222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ COPY . .
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen

CMD ["uv", "run", "granian", "--interface", "asgi", "--ws", "--host", "0.0.0.0", "--port", "8080", "--workers", "32", "deadlock_analytics_api.main:app"]
CMD ["uv", "run", "granian", "--interface", "asgi", "--ws", "--host", "0.0.0.0", "--port", "8080", "--workers", "16", "deadlock_analytics_api.main:app"]

0 comments on commit cb4222e

Please sign in to comment.