Skip to content

Commit

Permalink
fix: another edge case where subprocesses fail to recover
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin committed Mar 8, 2024
1 parent 4b399fb commit f237c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

All notable changes (from 2.13.0 onwards) will be documented in this file.

### UNRELEASED
### v2.13.2

* feat: add incrementBy util to prometheus-agent
* feat(core): add event callback and dispatch metrics
* fix: another edge case where subprocesses fail to recover

### v2.13.1

Expand Down
2 changes: 0 additions & 2 deletions lib/main/process-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,5 @@ module.exports = class ProcessWrapper extends EventEmitter {
});

this.runningState = "STOPPED";

this.removeAllListeners('exit');
}
}

0 comments on commit f237c2c

Please sign in to comment.