Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed May 16, 2024
1 parent 9d0458f commit fb1a8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountItems/masterProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ monitoring.bucketsCount.labels('success').set(0);

// Set objectsCount to 0
monitoring.objectsCount.labels('error').set(0);
monitoring.bucketProcessingDurationobjectsCount.labels('success').set(0);
monitoring.objectsCount.labels('success').set(0);
monitoring.objectsCount.labels('skipped').set(0);

const handleSignal = sig => countMaster.stop(sig, () => process.exit(0));
Expand Down

0 comments on commit fb1a8f6

Please sign in to comment.