feat: more expiration for jobs
This commit is contained in:
parent
e0fe7d0381
commit
113003b832
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue