temp: dumb change to trigger CI

This commit is contained in:
Gergő Móricz 2025-04-09 11:54:03 +02:00
parent 45c43f0df2
commit 9143dfc28d

View File

@ -15,6 +15,7 @@ import { processBillingBatch, queueBillingOperation, startBillingBatchProcessing
import systemMonitor from "../system-monitor";
import { v4 as uuidv4 } from "uuid";
const workerLockDuration = Number(process.env.WORKER_LOCK_DURATION) || 60000;
const workerStalledCheckInterval =
Number(process.env.WORKER_STALLED_CHECK_INTERVAL) || 30000;