Skip to content

Commit 5bf831b

Browse files
committed
0 timeout on exit
1 parent d6f9fab commit 5bf831b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/worker-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
preStop:
4747
exec:
4848
# SIGTERM triggers a quick exit; gracefully terminate instead
49-
command: ["bundle", "exec", "sidekiqctl", "quiet", "/tmp/sidekiq.pid"]
49+
command: ["bundle", "exec", "sidekiqctl", "quiet", "/tmp/sidekiq.pid", "0"]
5050
{{- end }}
5151
{{- if .Values.application.secretName }}
5252
envFrom:

0 commit comments

Comments
 (0)