Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant future retry [RHELDST-9679]
Originally, the fast purge client would retry failed futures. Now with the HTTP retries it doesn't make sense to have both. The interaction between the two causes failing purges to run much longer than the desired 5 minutes. This change removes the Future retry in favour of the urllib3 retry.
- Loading branch information