jackpot icon indicating copy to clipboard operation
jackpot copied to clipboard

Jackpot, tcp connection pooling for Node.js

Results 4 jackpot issues
Sort by recently updated
recently updated
newest added

Let’s get started with automated dependency management for jackpot :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

https://github.com/3rd-Eden/jackpot/blob/master/index.js#L27 sets `retries` to the default value if it's zero. This means caller can't prevent retries altogether.

We just started seeing this error in our development servers related to using the node-memcached package. since it specifies jackpot version >= 0.0.2 with the recent 0.0.5 release we started...

Hello, Please correct me if I am wrong, but from looking at the code it appears that when you cannot get a free connection, you enter it in a exponential...