Skip to content

Commit 126cb02

Browse files
committed
Reduce number of worker per container.
From now on, it will be 1 worker for one container. This will let people with a proper container orcherstration tool to use this project without any tricks.
1 parent c7bf713 commit 126cb02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.pyfunceble-dev

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG PYFUNCEBLE_VERSION=""
66
ENV MODULE_NAME="pyfunceble_webworker.main"
77
ENV PYFUNCEBLE_WORKERS_DATA_DIR=/data
88
ENV BALANCED_PYFUNCEBLE_WORKERS=true
9+
ENV MAX_WORKERS=1
10+
ENV WEB_CONCURRENCY=1
911

1012
COPY . /app/app
1113

0 commit comments

Comments
 (0)