Skip to content

Commit 9851867

Browse files
committed
fix: increase concurrency from 5 -> 50
1 parent 9611a48 commit 9851867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/holiday-2025-email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (parentPort)
3939
graceful.listen();
4040

4141
// concurrency for sending emails
42-
const concurrency = 5;
42+
const concurrency = 50;
4343

4444
async function mapper(user) {
4545
// return early if the job was already cancelled

0 commit comments

Comments
 (0)