Skip to content

Commit

Permalink
confluence: reduce max concurent activities from 16 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Dec 4, 2024
1 parent 94ca872 commit a656a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/confluence/temporal/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function runConfluenceWorker() {
workflowsPath: require.resolve("./workflows"),
activities: { ...activities, ...sync_status },
taskQueue: QUEUE_NAME,
maxConcurrentActivityTaskExecutions: 16,
maxConcurrentActivityTaskExecutions: 8,
maxCachedWorkflows: TEMPORAL_MAXED_CACHED_WORKFLOWS,
connection,
reuseV8Context: true,
Expand Down

0 comments on commit a656a32

Please sign in to comment.