oslo.messaging/oslo_messaging/_drivers/zmq_driver/matchmaker
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 ZMQ: Initial matchmaker implementation 2015-07-16 09:23:46 +00:00
zmq_matchmaker_base.py [zmq] Fix fanout without PUB/SUB 2016-09-16 15:14:00 +03:00
zmq_matchmaker_redis.py Replace retrying with tenacity 2016-11-03 12:36:57 +00:00