This switching our retry mechanism over from the retrying library to the tenacity library. Retrying has been active for a few years now and appears to be no longer maintained. This has a small behavior change in that before we were applying an exponential backoff to the first time a retry was needed. This no longer happens, but retries will exponentially back off with each retry. Also cleaned up some minor nits with unit test assert argument order. Closes-bug: #1635397 Change-Id: I24cab206b16e63859d4886c55d40a03d398ce30d Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
1.5 KiB
1.5 KiB