I\'m using the tenacity package to retry a function. My retry decorator looks like this:
tenacity
@retry(wait=wait_exponential(multiplier=1/(2**5), max=60), a