kombu/t
Tomer Nosrati 44025bfa52
Allowing `Connection.ensure()` to retry on specific exceptions given by policy (#1629)
* Added unit test: test_ensure_retry_errors_is_not_looping_infinitely()

* Added unit test: test_ensure_retry_errors_is_limited_by_max_retries()

* Added retry_errors arg to Connection.ensure() to allow applying retry policy for specific errors additionally
2022-12-18 12:34:57 +02:00
..
integration Fix incompatibility with redis in disconnect() (#1589) 2022-08-25 23:47:52 +06:00
unit Allowing `Connection.ensure()` to retry on specific exceptions given by policy (#1629) 2022-12-18 12:34:57 +02:00
__init__.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
mocks.py Add separate transport option for retry loop timeout (#1599) 2022-10-12 19:41:04 +06:00
skip.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00