Skip to content

Commit

Permalink
Add scheduler limits
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 committed Aug 8, 2024
1 parent d1d5c58 commit 5c45509
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ spec:
value: {{ .Values.app.lockTimeToTry | quote }}
- name: conductor.app.systemTaskMaxPollCount
value: {{ .Values.app.systemTaskMaxPollCount | quote }}
- name: conductor.limits.maxScheduleConfigs
value: { { .Values.app.maxScheduleConfigs | quote } }
- name: conductor.app.workflow-execution-lock-enabled
value: {{ .Values.app.workflowExecutionLockEnabled | quote }}
- name: conductor.api.ratelimiter.enabled
Expand Down

0 comments on commit 5c45509

Please sign in to comment.