File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3737 - ' redis-cli ping | grep -q "PONG"'
3838 initialDelaySeconds : 5
3939 periodSeconds : 1
40+ timeoutSeconds : 60
4041
4142---
4243apiVersion : v1
9394 - ping
9495 initialDelaySeconds : 5
9596 periodSeconds : 1
96- timeoutSeconds : 10
97+ timeoutSeconds : 60
9798---
9899apiVersion : v1
99100kind : Service
@@ -182,7 +183,7 @@ spec:
182183 - " celery -A banzai status | grep -q '@celery-worker:.*OK'"
183184 initialDelaySeconds : 5
184185 periodSeconds : 1
185- timeoutSeconds : 10
186+ timeoutSeconds : 60
186187 resources :
187188 requests :
188189 cpu : 4
@@ -265,7 +266,7 @@ spec:
265266 - ' celery -A banzai status | grep -q "large-celery-worker:.*OK"'
266267 initialDelaySeconds : 5
267268 periodSeconds : 1
268- timeoutSeconds : 10
269+ timeoutSeconds : 60
269270 resources :
270271 requests :
271272 cpu : 2
@@ -343,4 +344,4 @@ spec:
343344 - ' ps -u archive | grep -q "banzai_run_real"'
344345 initialDelaySeconds : 5
345346 periodSeconds : 1
346- timeoutSeconds : 10
347+ timeoutSeconds : 60
You can’t perform that action at this time.
0 commit comments