Skip to content

Commit

Permalink
fix(workers): Fix billing worker DB pool (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin authored Jan 6, 2025
1 parent 294bef3 commit 727afdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/billing-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- name: LAGO_DISABLE_SEGMENT
value: {{ not .Values.global.segment.enabled | quote }}
- name: DATABASE_POOL
value: {{ .Values.billingWorker.rails.sidekiqConcurrency | quote }}
value: {{ (mul .Values.billingWorker.rails.sidekiqConcurrency 2) | quote }}
- name: SIDEKIQ_CONCURRENCY
value: {{ .Values.billingWorker.rails.sidekiqConcurrency | quote }}
- name: LAGO_LOG_LEVEL
Expand Down

0 comments on commit 727afdd

Please sign in to comment.