We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f9fab commit 5bf831bCopy full SHA for 5bf831b
templates/worker-deployment.yaml
@@ -46,7 +46,7 @@ spec:
46
preStop:
47
exec:
48
# SIGTERM triggers a quick exit; gracefully terminate instead
49
- command: ["bundle", "exec", "sidekiqctl", "quiet", "/tmp/sidekiq.pid"]
+ command: ["bundle", "exec", "sidekiqctl", "quiet", "/tmp/sidekiq.pid", "0"]
50
{{- end }}
51
{{- if .Values.application.secretName }}
52
envFrom:
0 commit comments