From 15edfbff4b3701939c581183f91117bb12470a83 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Fri, 10 May 2024 17:43:56 +0200 Subject: [PATCH] wipppppp --- CountItems/CountMaster.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CountItems/CountMaster.js b/CountItems/CountMaster.js index afd8fd90..70fbffbf 100644 --- a/CountItems/CountMaster.js +++ b/CountItems/CountMaster.js @@ -5,7 +5,7 @@ const { threshold, frequency } = require('../utils/constants'); class CountMaster { - static waitingForPromScraping = false; // eslint-disable-line no-undef + static waitingForPromScraping = false; constructor(params) { this.log = params.log; @@ -58,7 +58,7 @@ class CountMaster { this.log.info('got buckets infos', { bucketCount: bucketList.bucketCount, }); - monitoring.bucketCount.set(bucketList.bucketCount); + // monitoring.bucketCount.set(bucketList.bucketCount); this.manager.addWork(bucketList); return next(); }),