litl / backoff

Python library providing function decorators for configurable backoff and retry
MIT License
2.61k stars 148 forks source link

Max tries #178

Closed axshani closed 2 years ago

axshani commented 2 years ago

Hey! I set the max_tries param to be 1 and it accurs that the request is fired more than once and keeps retrying

Is it something that I'm doing wrong?