Results 13 comments of Brian Cray

Can you try it now? I'm using a different offset function

It appears the default at least is to not wait for a connection but to error out immediately. I *really* need a waiting queue to avoid lost queries. Is there...

Looking briefly at the pooling code, have you considered keeping an async queue object, and using that to maintain connections? https://caolan.github.io/async/docs.html#queue The queue object that's returned appears to hold enough...