You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lowercase00 c2e6d95338
Enhanced Redis Connection Reliability (#1753)
* Enhanced Redis Connection Reliability

The Redis connection may fail for several reasons. As the connection can be
(1) explicitly passed to the worker or (2) implicity set, this will improve the
Connection configuration by setting a timeout to the socket, and adding
an ExponentialBackoff Retry logic.

* Simpler Connection logic

* Add simple retry logic to Redis Connection Error

* Make retry exponential, add keepalive & socket_connect_timeout

* Handles configuration on Redis' connection pool

* Simplifies timeout exception logic

* Fix burst bug, add test

* Add docs related to `socket_timeout`, improve compatibility with older RedisPy versions

* Fixes

* New timeout private method

* Fix timeout
2 years ago
..
_includes Added anchor.js to docs 6 years ago
_layouts Add chat page (#1474) 4 years ago
chat Add chat page (#1474) 4 years ago
contrib fix typo (#1640) 3 years ago
css #1733 Typography (#1734) 2 years ago
design Add docs folder. 7 years ago
docs Enhanced Redis Connection Reliability (#1753) 2 years ago
img Add docs folder. 7 years ago
patterns Replace highlight tag in docs (#1600) 3 years ago
CNAME Add docs folder. 7 years ago
_config.yml Add chat page (#1474) 4 years ago
favicon.png Add docs folder. 7 years ago
index.md Replace highlight tag in docs (#1600) 3 years ago