Hasier
Hasier
## Status **READY** ## Description `mypy` complains that the symbols don't exist, it says `error: Module has no attribute "camelize"; maybe "decamelize"?`. Explicitly exposing all the functions in `__all__` correctly...
We have encountered some errors with the Redis instances we use `limits` with, and `limits` bubbles those exceptions up. This is not bad on its own, but we are having...
Fixes #249 #412 Second PR after breaking down https://github.com/jd/tenacity/pull/433 (follows https://github.com/jd/tenacity/pull/434) - First PR https://github.com/jd/tenacity/pull/434 - Third PR https://github.com/hasier/tenacity/pull/2 After [DRYing the `iter()` function](https://github.com/jd/tenacity/pull/434), make `AsyncRetrying` support `async` callbacks. Supersedes...
Third and last PR after breaking down https://github.com/jd/tenacity/pull/433 (follows ~https://github.com/hasier/tenacity/pull/1~ https://github.com/jd/tenacity/pull/437) - First PR https://github.com/jd/tenacity/pull/434 - Second PR ~https://github.com/hasier/tenacity/pull/1~ https://github.com/jd/tenacity/pull/437 After [DRYing the `iter()` function](https://github.com/jd/tenacity/pull/434) and making `AsyncRetrying` support `async`...
Fixes #481 Versions prior to introducing https://github.com/jd/tenacity/pull/451 inadvertently allowed to use plain callables as retry strategies, as opposed to `retry_base` deriving classes, as they conform to the `__call__` typing. It...
First of all, thanks for building this plugin @jacksmith15! It has served us very well for the last few years and it gave us no trouble at all 🎉 _What...
_What has changed? This should match `CHANGELOG.md`._ While working on https://github.com/jacksmith15/poetry-workspace-plugin/pull/6 I found this tiny edge case, thought it might be interesting to include before any other major changes. #...
Thanks a lot for maintaining this library! I thought of opening a PR with a feature I think would be useful to include (it would definitely be for me 🙂)....