oslo.messaging/oslo_messaging/_drivers/pika_driver
Gevorg Davoian 90125aa885 Replace retrying with tenacity
This patch replaces the legacy retrying library with the newer
and more convenient tenacity one, taking into account that:
1) retrying uses milliseconds for wait times, but tenacity uses seconds;
2) retrying has a lot of numeric arguments for specifying behaviour
of decorated functions, while tenacity has a few of them, which are
specialized objects, thus making the retry-decorator more flexible.

Change-Id: Ib6ecffe5d1cf292badbb9eb6db6260f17460f343
Closes-Bug: #1635399
2016-11-03 12:36:57 +00:00
..
__init__.py Splits pika driver into several files 2015-11-05 12:45:52 -05:00
pika_commons.py Add configurable serialization to pika 2016-09-10 12:28:25 +00:00
pika_connection_factory.py Config: no need to set default=None 2016-06-28 15:47:39 +08:00
pika_connection.py Implements configurable connection factory 2016-05-12 11:51:26 +03:00
pika_engine.py Add configurable serialization to pika 2016-09-10 12:28:25 +00:00
pika_exceptions.py Preparations for configurable serialization 2015-12-07 18:15:20 +02:00
pika_listener.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00
pika_message.py Replace retrying with tenacity 2016-11-03 12:36:57 +00:00
pika_poller.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00