We are currently implementing https://github.com/mozilla/code-coverage/blob/10285fb2340ca69343503b9b42cffebd878f2bae/bot/code_coverage_bot/utils.py#L20 and using it in a few places. We should instead use a library (e.g. tenacity) and remove this custom `retry` function.
We are currently implementing
code-coverage/bot/code_coverage_bot/utils.py
Line 20 in 10285fb
We should instead use a library (e.g. tenacity) and remove this custom
retryfunction.