File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ python /app/manage.py collectstatic --noinput
10
10
exec /usr/local/bin/gunicorn config.wsgi \
11
11
--bind 0.0.0.0:5000 \
12
12
--chdir=/app \
13
- --timeout 300 \
14
- --graceful-timeout 300 \
13
+ --timeout 600 \
14
+ --graceful-timeout 600 \
Original file line number Diff line number Diff line change @@ -12,26 +12,26 @@ entryPoints:
12
12
to : web-secure
13
13
transport :
14
14
respondingTimeouts :
15
- readTimeout : " 300s "
16
- writeTimeout : " 300s "
17
- idleTimeout : " 300s "
15
+ readTimeout : " 600s "
16
+ writeTimeout : " 600s "
17
+ idleTimeout : " 600s "
18
18
19
19
web-secure :
20
20
# https
21
21
address : " :443"
22
22
transport :
23
23
respondingTimeouts :
24
- readTimeout : " 300s "
25
- writeTimeout : " 300s "
26
- idleTimeout : " 300s "
24
+ readTimeout : " 600s "
25
+ writeTimeout : " 600s "
26
+ idleTimeout : " 600s "
27
27
28
28
flower :
29
29
address : " :5555"
30
30
transport :
31
31
respondingTimeouts :
32
- readTimeout : " 300s "
33
- writeTimeout : " 300s "
34
- idleTimeout : " 300s "
32
+ readTimeout : " 600s "
33
+ writeTimeout : " 600s "
34
+ idleTimeout : " 600s "
35
35
36
36
certificatesResolvers :
37
37
letsencrypt :
You can’t perform that action at this time.
0 commit comments