Skip to content

Commit

Permalink
chore: adjust MaxConcurrentSessionExecutionSize
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Sep 12, 2024
1 parent 4e9d9e9 commit 60aed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/worker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func main() {
w := worker.New(temporalClient, pipelineworker.TaskQueue, worker.Options{
EnableSessionWorker: true,
WorkflowPanicPolicy: worker.FailWorkflow,
MaxConcurrentSessionExecutionSize: 1000,
MaxConcurrentSessionExecutionSize: 50,
})

w.RegisterWorkflow(cw.TriggerPipelineWorkflow)
Expand Down

0 comments on commit 60aed95

Please sign in to comment.