File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ COPY . .
3434# Use gunicorn webserver with one worker process and 8 threads.
3535# For environments with multiple CPU cores, increase the number of workers
3636# to be equal to the cores available.
37- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app
37+ CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
3838
3939# [END run_broken_dockerfile]
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ COPY . ./
4242# Use gunicorn webserver with one worker process and 8 threads.
4343# For environments with multiple CPU cores, increase the number of workers
4444# to be equal to the cores available.
45- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app
45+ CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ COPY . .
3232# Use gunicorn webserver with one worker process and 8 threads.
3333# For environments with multiple CPU cores, increase the number of workers
3434# to be equal to the cores available.
35- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app
35+ CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ COPY . ./
3434# Use gunicorn webserver with one worker process and 8 threads.
3535# For environments with multiple CPU cores, increase the number of workers
3636# to be equal to the cores available.
37- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app
37+ CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
3838
3939# [END run_pubsub_dockerfile]
Original file line number Diff line number Diff line change @@ -38,5 +38,4 @@ COPY . .
3838# Use gunicorn webserver with one worker process and 8 threads.
3939# For environments with multiple CPU cores, increase the number of workers
4040# to be equal to the cores available.
41- CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app
42-
41+ CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app
You can’t perform that action at this time.
0 commit comments