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 {
load = await mapper[strippedIdentifier].schedule<T>(
{ expiration: 10000 },
{ expiration: 60000 },
async () => {
try {
return await func();