Python Tenacity log exception on retry

后端 未结 0 1450
情书的邮戳
情书的邮戳 2021-02-01 05:30

I\'m using the tenacity package to retry a function. My retry decorator looks like this:

@retry(wait=wait_exponential(multiplier=1/(2**5), max=60), a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题