artur-ma
artur-ma
@bengl I dont think there will be any improvement, even worse, I assume there will be some degradation according to this PR https://github.com/nodejs/node/pull/36394 when using destroy hook (you are using...
@rochdev > async-end: When the operation finished completely, including anything asynchronous that it was waiting on. We need this to finish the span. Does it mean the "async-end" should be...
AFAIK, anyway even if the user will not use the body, it should be consumer or destroyed by design https://github.com/nodejs/undici#garbage-collection I think, its possible to add such event on destroy...
Since undici does not use node's built-in agent, I guess it means tools like Newrelic will not track network requests correctly Will this be enough for such tools as NR?
@ronag a question regarding your example in case im NR APM, and I want to add new Agent, I have to assume that my current globalDispatcher is `Agent`, not some...
@mcollina This is what I planned to do, but there are questions, as I mentioned in the discussion 1. What do you think is the right way to pass the...
@jeanrauwers are there any plans to merge it?
same issue "sqs-consumer": "^5.4.0" "aws-sdk": "^2.574.0", node 12
@achallett 1. batchSize: 10, 2. custom sqs client with https keepAlive client is used (https://www.npmjs.com/package/agentkeepalive) 3. visibilityTimeout: 60 + multiple instances(10) of sqs-consumer running in the same nodejs process
Retrying Redis connection attempts keeps going to infinite when MaxRetriesPerRequestError is handled
> There is indeed something fundamentally wrong around ioredis connection. > > Following this sample > > ```js > try { > const redisClient = new Redis({ > lazyConnect: true,...