add max listeners suppression back #1090
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
#1070
Did a little sleuthing into the release branch commit history and seems that the first time this error started occurring was after we merged #1046?
![Screen Shot 2023-04-08 at 1 35 37 PM](https://user-images.githubusercontent.com/895923/230735297-f272cff0-c4f2-4a08-b5a7-905823426dc9.png)
https://github.com/ProjectEvergreen/greenwood/actions/runs/4208842090/jobs/7305302032
But then things are fine for a while, and then it starts happening again after merging #1079?
![Screen Shot 2023-04-08 at 1 39 05 PM](https://user-images.githubusercontent.com/895923/230735378-3333fcec-cc2d-483a-9462-668c996ce94a.png)
https://github.com/ProjectEvergreen/greenwood/actions/runs/4585376551/jobs/8097482557
Summary of Changes
process.setMaxListeners(0);
to test