mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 06:36:28 +08:00
Update queue.ts
This commit is contained in:
parent
b23bf2eef9
commit
28d7a637c2
@ -115,7 +115,8 @@ export async function autoscalerController(req: Request, res: Response) {
|
||||
let targetMachineCount = activeMachines;
|
||||
|
||||
const baseScaleUp = 10;
|
||||
const baseScaleDown = 5;
|
||||
// Slow scale down
|
||||
const baseScaleDown = 2;
|
||||
|
||||
// Scale up logic
|
||||
if (webScraperActive > 9000 || waitingAndPriorityCount > 2000) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user