Skip to content

Commit

Permalink
feat(locksmith): increase concurrency for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Mar 10, 2024
1 parent 0a3ae2b commit eec1d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locksmith/src/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function startWorker() {
const runner = await run({
pgPool,
crontab,
concurrency: 1, // very low concurrency to check if this could be causing issues with email sending
concurrency: 5,
noHandleSignals: false,
pollInterval: 1000,
taskList: {
Expand Down

0 comments on commit eec1d09

Please sign in to comment.