File tree 5 files changed +5
-6
lines changed
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ COPY . .
34
34
# Use gunicorn webserver with one worker process and 8 threads.
35
35
# For environments with multiple CPU cores, increase the number of workers
36
36
# 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
38
38
39
39
# [END run_broken_dockerfile]
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ COPY . ./
42
42
# Use gunicorn webserver with one worker process and 8 threads.
43
43
# For environments with multiple CPU cores, increase the number of workers
44
44
# 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 . .
32
32
# Use gunicorn webserver with one worker process and 8 threads.
33
33
# For environments with multiple CPU cores, increase the number of workers
34
34
# 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 . ./
34
34
# Use gunicorn webserver with one worker process and 8 threads.
35
35
# For environments with multiple CPU cores, increase the number of workers
36
36
# 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
38
38
39
39
# [END run_pubsub_dockerfile]
Original file line number Diff line number Diff line change @@ -38,5 +38,4 @@ COPY . .
38
38
# Use gunicorn webserver with one worker process and 8 threads.
39
39
# For environments with multiple CPU cores, increase the number of workers
40
40
# 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