Skip to content

Commit

Permalink
Merge branch 'bugfix/S3UTILS-164/count-items-termination-error' into …
Browse files Browse the repository at this point in the history
…tmp/octopus/w/1.15/bugfix/S3UTILS-164/count-items-termination-error
  • Loading branch information
bert-e committed May 21, 2024
2 parents 8c61138 + f0aa2cd commit c8e78ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CountItems/masterProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const countMaster = new CountMaster({
const metricServer = new WebServer(8003, log).onRequest((req, res) => monitoring.metricsHandler(
() => {
if (waitingForPromScraping === true) {
countMaster.stop(null, () => process.exit(1));
countMaster.stop(null, () => process.exit(0));
}
},
req,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3utils",
"version": "1.14.9",
"version": "1.14.10",
"engines": {
"node": ">= 16"
},
Expand Down

0 comments on commit c8e78ff

Please sign in to comment.