reduce campaigns and ses webhook concurrency

This commit is contained in:
KM Koushik
2025-07-22 21:39:36 +10:00
parent f73a1c75ad
commit 105932101c
3 changed files with 13 additions and 3 deletions
@@ -290,7 +290,7 @@ export class SesHookParser {
},
{
connection: getRedis(),
concurrency: 200,
concurrency: 50,
}
);