Skip to content

Commit 9de6968

Browse files
naser13Naser Aliabadi
andauthored
feat: add multiprocess to postProcessForwardTransactions (#1334)
Co-authored-by: Naser Aliabadi <[email protected]>
1 parent 34a28fa commit 9de6968

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

sentry/templates/deployment-sentry-post-process-forwarder-transactions.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ spec:
9494
- "--healthcheck-file-path"
9595
- "/tmp/health.txt"
9696
{{- end }}
97+
- "--"
98+
{{- if .Values.sentry.postProcessForwardTransactions.processes }}
99+
- "--mode"
100+
- "multiprocess"
101+
- "--processes"
102+
- "{{ .Values.sentry.postProcessForwardTransactions.processes }}"
103+
{{- end }}
97104
{{- if .Values.sentry.postProcessForwardTransactions.livenessProbe.enabled }}
98105
livenessProbe:
99106
exec:

sentry/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ sentry:
706706
postProcessForwardTransactions:
707707
enabled: true
708708
replicas: 1
709+
# processes: 1
709710
env: []
710711
resources: {}
711712
affinity: {}

0 commit comments

Comments
 (0)