jakub-tucek / fit-checker

Fit-checker 2.0 for CTU FIT
MIT License
1 stars 0 forks source link

Recursive requests retrying #30

Open josefdolezal opened 7 years ago

josefdolezal commented 7 years ago

Requests retrier sometimes creates infinite recursion calls on failed requests. It could be caused by bad thread synchronisation in retrier. Happens randomly, mostly when several requests failed at the same time.

josefdolezal commented 7 years ago

Hey @jakub-tucek, I didn't really found the cause, but I fixed a small issue in requests retrier. May you look at fix/request-retrier branch and test it out? I did not experienced this issue before so not that easy to debug.