jupyterhub / traefik-proxy

JupyterHub proxy implementation with traefik
https://jupyterhub-traefik-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
54 stars 30 forks source link

[redis] add default retry config #244

Closed minrk closed 6 months ago

minrk commented 6 months ago

needed to handle connection resets (part of #242)

default retry (ExponentialBackoff(cap=5), 15) has an effective timeout of 33 seconds