mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
refactor: Increase concurrency for running workers to 100
This commit is contained in:
parent
adfb3e1db4
commit
222027f2e0
@ -97,7 +97,7 @@ const WorkersFeatureSet: FeatureSet = {
|
|||||||
await funcToRun();
|
await funcToRun();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ concurrency: 10 },
|
{ concurrency: 100 },
|
||||||
);
|
);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error("App Init Failed:");
|
logger.error("App Init Failed:");
|
||||||
|
Loading…
Reference in New Issue
Block a user