Replies: 1 comment 2 replies
-
The first error means that the socket got closed before there was any communication. What domain is that? You can try logging The latter is another occurence of #1489 - is this the first time you got this error? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In an attempt to improve performance of our hosted Renovate Bot service, we have enabled http2 for github.com, registry.npmjs.org and registry.yarnpkg.com. We are now seeing occasional unhandled rejections thrown:
and
I see that sometimes both these rejections occur for the same repo, meaning they seem to be related.
Does the fact that these are unhandled imply that we are missing some asynchronous error handling in our code which wraps
got
? Or is it expected that these are impossible to catch normally?Beta Was this translation helpful? Give feedback.
All reactions