Skip to content

Commit 60aed95

Browse files
committed
chore: adjust MaxConcurrentSessionExecutionSize
1 parent 4e9d9e9 commit 60aed95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/worker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func main() {
162162
w := worker.New(temporalClient, pipelineworker.TaskQueue, worker.Options{
163163
EnableSessionWorker: true,
164164
WorkflowPanicPolicy: worker.FailWorkflow,
165-
MaxConcurrentSessionExecutionSize: 1000,
165+
MaxConcurrentSessionExecutionSize: 50,
166166
})
167167

168168
w.RegisterWorkflow(cw.TriggerPipelineWorkflow)

0 commit comments

Comments
 (0)