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