Skip to content

Commit

Permalink
chore(scheduler): add execution limits to temporal-postgress
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Nov 29, 2024
1 parent 92d626b commit 770b498
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scheduler/dynamicconfig/temporal-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ limit.numPendingChildExecutions.error:
- value: 4000 # default 2000
constraints: {}

frontend.MaxExecutionCountBatchOperationPerNamespace:
- value: 10000
constraints: {}

frontend.MaxConcurrentBatchOperationPerNamespace:
- value: 100
constraints: {}

# worker.ScannerMaxConcurrentWorkflowTaskExecutionSize (10 default), worker.ParentCloseMaxConcurrentWorkflowTaskExecutionSize (1000 default) (reduce?)


Expand Down

0 comments on commit 770b498

Please sign in to comment.