mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +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…
Reference in New Issue
Block a user