mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-07-03 18:45:12 +08:00
temp: dumb change to trigger CI
This commit is contained in:
parent
45c43f0df2
commit
9143dfc28d
@ -15,6 +15,7 @@ import { processBillingBatch, queueBillingOperation, startBillingBatchProcessing
|
|||||||
import systemMonitor from "../system-monitor";
|
import systemMonitor from "../system-monitor";
|
||||||
import { v4 as uuidv4 } from "uuid";
|
import { v4 as uuidv4 } from "uuid";
|
||||||
|
|
||||||
|
|
||||||
const workerLockDuration = Number(process.env.WORKER_LOCK_DURATION) || 60000;
|
const workerLockDuration = Number(process.env.WORKER_LOCK_DURATION) || 60000;
|
||||||
const workerStalledCheckInterval =
|
const workerStalledCheckInterval =
|
||||||
Number(process.env.WORKER_STALLED_CHECK_INTERVAL) || 30000;
|
Number(process.env.WORKER_STALLED_CHECK_INTERVAL) || 30000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user