kombu/kombu
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
..
asynchronous hub: tick delay fix (#1587) 2022-08-24 14:32:35 +06:00
transport Allow azurestoragequeues transport to be used with Azurite emulator in docker-compose (#1611) 2022-10-16 20:43:15 +06:00
utils importlib_metadata remove deprecated entry point interfaces (#1601) 2022-10-09 22:33:58 +06:00
__init__.py Bump version: 5.3.0b1 → 5.3.0b2 2022-10-19 20:01:00 +06:00
abstract.py Annotate `abstract.py` (#1522) 2022-05-15 13:17:49 +06:00
clocks.py Annotate `exceptions.py` and `clocks.py` (#1526) 2022-04-18 18:52:26 +06:00
common.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
compat.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
compression.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
connection.py Allowing `Connection.ensure()` to retry on specific exceptions given by policy (#1629) 2022-12-18 12:34:57 +02:00
entity.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
exceptions.py Annotate `exceptions.py` and `clocks.py` (#1526) 2022-04-18 18:52:26 +06:00
log.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
matcher.py fix typing flake8 (#1560) 2022-06-21 10:30:16 +06:00
message.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
messaging.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
mixins.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
pidbox.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
pools.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
resource.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
serialization.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00
simple.py Bump pyupgrade version and add __future__.annotations import 2022-04-15 14:16:57 +06:00