Skip to content

Commit

Permalink
Merge pull request #754 from canyongbs/hotfix/queue-worker-reduction
Browse files Browse the repository at this point in the history
[Hotfix] Reduce default queue workers started
  • Loading branch information
Orrison authored May 24, 2024
2 parents bab3d57 + 5ddb817 commit bbbd78e
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 @@ -36,7 +36,7 @@ COPY docker/s6-overlay/s6-rc.d/ /etc/s6-overlay/s6-rc.d/
COPY ./docker/s6-overlay/user/ /etc/s6-overlay/s6-rc.d/user/contents.d/
COPY ./docker/s6-overlay/templates/ /tmp/s6-overlay-templates

ARG TOTAL_QUEUE_WORKERS=10
ARG TOTAL_QUEUE_WORKERS=3

COPY ./docker/generate-queues.sh /generate-queues.sh
RUN chmod +x /generate-queues.sh
Expand Down

0 comments on commit bbbd78e

Please sign in to comment.