Hasier
Hasier
@jd this use case seems like one more iteration on the fix for the initial scenario https://github.com/jd/tenacity/issues/478. I changed the value for `.retry` as we need to account for recursive...
@blr246 that fix would not work as we use those functions to account for the fact that there might be other implementations for the retry mechanism. By changing those values...
Hi! I wasn't sure whether to open a new issue or follow up on this one. I've been following this for a while as we were having the exact same...
I'd say it's difficult to keep that API, as per https://github.com/jd/tenacity/pull/484 we need a new `retry` instance each time the function is called to avoid overwriting the retry context on...
@jacksmith15 any chance you can look into this? 🙏
@jacksmith15 sorry to be annoying with this, could you spare a few mins to look into this? It'd be very helpful for us 🙏
@jairhenrique thanks for running the tests! I am not sure the failures are related to my changes though 🤔 I can see `HTTP 502: Bad Gateway` errors, but they only...
@jairhenrique did you have a chance to look into these errors? I see them happen in `master` too, so I guess it's a wider issue and not limited to this...
@jairhenrique thanks for rerunning the tests, I see they all now pass! Any chance this proposal can now be reviewed? It'd be of great help for me to have it...