Skip to content

Commit

Permalink
enh(tracker): limit worker concurrency (#9541)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Dec 19, 2024
1 parent e83c219 commit ded1e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/temporal/tracker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export async function runTrackerWorker() {
},
],
},
maxConcurrentActivityTaskExecutions: 8,
});

await worker.run();
Expand Down

0 comments on commit ded1e01

Please sign in to comment.