feat: set max limit + cleanup schedule utils

This commit is contained in:
amhsirak
2025-11-28 15:58:50 +05:30
parent 49e1dc0056
commit 915c8f1271
2 changed files with 7 additions and 66 deletions

View File

@@ -58,7 +58,8 @@ interface AbortRunData {
const pgBoss = new PgBoss({
connectionString: pgBossConnectionString,
expireInHours: 23
expireInHours: 23,
max: 3,
});
/**