Files
deb-python-taskflow/taskflow/persistence
Gevorg Davoian 1a2370ac91 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: I4b165d37b2ecc210f2b94c103b73eaab51529261
Closes-Bug: #1635404
2016-11-03 13:36:16 +00:00
..
2016-11-03 13:36:16 +00:00
2014-02-22 17:16:29 +08:00
2015-07-08 17:04:35 -07:00
2016-07-10 01:44:38 +08:00