heroku / logplex

[DEPRECATED] Heroku log router
Other
981 stars 96 forks source link

Connection pool for logs redis reads #248

Closed ypaq closed 6 years ago

ypaq commented 6 years ago

We introduce a connection pool using poolboy that allows us to stabilize redis reconnect attempts using exponential backoffs.

ypaq commented 6 years ago

Thank you @RBeaudoin!