Results 30 comments of Bill O'Neil

Right that was just an example I think anything that uses the `send` command can leave the connection in a dirty state if it's not consumed. Just my best guess.

I believe it is related to the lazy evaluation of the `send` api. When you call toString of ping it will flush the buffer. If you just call `r.ping` and...

After several hours of debugging this here is what we found. The code related to the [forever](https://github.com/twilio/twilio-node/blob/7519b2f783501890c803a0f4c3d4b64f9c033da9/src/base/RequestClient.ts#L168-L172) setting invalidates the settings set by `keepAlive`. https://github.com/twilio/twilio-node/blob/7519b2f783501890c803a0f4c3d4b64f9c033da9/src/base/RequestClient.ts#L168-L172 This code executes **before** axios/http.Agent...

@kyeah I'll try to make some pull requests when I get around to it for you. Have been a bit busy

It's not a difficult change this library just needs to allow the user to manually construct the objects. Currently, it assumes you have a [yml configuration file](https://github.com/kickstarter/dropwizard-influxdb-reporter#configuration) and all the...

I noticed this when migrating from one of our APM solutions to another. We have ~3 endpoints which are polled and have significantly higher throughput than all other endpoints in...

@Fox32 any suggestions on what that flow might look like? I'm just learning open tracing now so I'm not familiar with what can be done when. Is it possible to...

@nuria how did you expose getDateTimeFormat since it isn't exported, was it just forked or copied?

@kamilmysliwiec should it be implemented similarly to how the group concurrency is since that's also a setting that is stored in redis and not a local setting? If so, I'd...

It sounds like setting a group concurrency of 1 would solve this correct? https://docs.bullmq.io/bullmq-pro/groups/concurrency