feat: more expiration for jobs

This commit is contained in:
Nevo David 2025-08-09 02:14:52 +07:00
parent e0fe7d0381
commit 113003b832
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export const concurrency = async <T>(
try { try {
load = await mapper[strippedIdentifier].schedule<T>( load = await mapper[strippedIdentifier].schedule<T>(
{ expiration: 10000 }, { expiration: 60000 },
async () => { async () => {
try { try {
return await func(); return await func();