invl / retry

easy to use retry decorator in python
Other
709 stars 114 forks source link

Add Callback Function Between Retries + Tests #67

Open Arshiatmi opened 4 months ago

Arshiatmi commented 4 months ago

Hello. I had some problems with this package and i wanted to call a function between each retries. i just made that and i think maybe others need something like this too. because of that i added 3 parameters to retry decorator and retry_call function.

this 3 parameters are :