feat: Automatically detect rate limit from AWS with ability to override in .env

This commit is contained in:
Dries Augustyns
2025-12-10 14:03:30 +01:00
parent cb15fad7da
commit 3225c5005b
5 changed files with 72 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ async function startWorkers() {
try {
// Start email worker
const emailWorker = createEmailWorker();
const emailWorker = await createEmailWorker();
workers.push({name: 'email', worker: emailWorker});
signale.success('[WORKER] Email worker started');