feat: increase job execution duration to 23 hours

This commit is contained in:
Rohit
2025-08-05 23:20:02 +05:30
parent 3fa00c8add
commit 2656476c44

View File

@@ -56,7 +56,10 @@ interface AbortRunData {
runId: string;
}
const pgBoss = new PgBoss({connectionString: pgBossConnectionString });
const pgBoss = new PgBoss({
connectionString: pgBossConnectionString,
expireInHours: 23
});
/**
* Extract data safely from a job (single job or job array)