Merge branch 'dev' into external-db-sync-clickhouse-default

This commit is contained in:
BilalG1 2026-02-12 11:01:35 -08:00 committed by GitHub
commit 90eb9ae523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -300,7 +300,7 @@ export async function lowLevelSendEmailDirectViaProvider(options: LowLevelSendEm
}
return result;
}, 5, { exponentialDelayBase: 1000 });
}, 9, { exponentialDelayBase: 125 });
} catch (error) {
if (error instanceof DoNotRetryError) {
return Result.error(error.errorObj);