jd/tenacity: Retrying library for Python

4590
STARS
44
WATCHERS
227
FORKS
81
ISSUES

tenacity's Language Statistics

jd's Other Repos

Star history of tenacity
Issue history of tenacity

tenacity Recent Issues

Issue Title State Comments Created Date Updated Date Closed Date
8.2.2: pytest is failing in `tests/test_tenacity.py::TestRetryTyping::test_retry_type_annotations` unit closed 0 2023-03-20 2023-03-17 2023-03-20
incorrect wait.WaitBaseT annotation closed 0 2023-02-21 2023-03-17 2023-02-28
Clients that run MyPy checks with tenacity 8.2.0 produce strange errors closed 7 2023-02-07 2023-03-17 2023-02-09
Provide ability for logging procedures to have access to user-defined data open 0 2023-01-20 2023-03-17 -
Logging issues - before_log() and after_log() open 0 2023-01-20 2023-03-17 -
Is it possible to specify retry-dependent wait? open 0 2023-01-18 2023-03-17 -
How can I get an exception if a function takes too long to execute? closed 1 2023-01-05 2023-03-17 2023-01-05
Changelog is missing entry for version 8.1.0 open 1 2022-11-02 2023-03-17 -
Code examples are not rendered correctly. open 1 2022-10-19 2023-03-17 -
Before outcome always None open 1 2022-10-13 2023-03-17 -
PY_SSIZE_T_CLEAN macro must be defined for '#' formats (Python 3.10) closed 1 2022-09-28 2023-03-17 2022-09-29
Call another function before retry open 2 2022-09-01 2023-03-17 -
Cannot easily mock out async sleep function open 0 2022-07-22 2023-03-17 -
Using Retrying at run time, how can I actually retry without raising exception ? open 1 2022-07-15 2023-03-17 -
PEP-541: Publish under retrying on PyPI open 4 2022-07-03 2023-03-17 -
README.rst isn't rendered properly open 2 2022-05-31 2023-03-17 -
Decorating a function twice (different tenacity.retry for different exceptions) closed 1 2022-05-18 2023-03-17 2022-05-18
NameError: name 'wait_fixed' is not defined closed 2 2022-04-21 2023-03-17 2022-04-22
when Changing Arguments at Run Time with `retry_with`, `retry.statistics` return `{}` open 0 2022-04-05 2023-03-17 -
python3.9/site-packages/tenacity/__init__.py fails on call by Google Assistant - googlesamples-assistant-pushtotalk.py open 5 2022-04-01 2023-03-17 -
mypy error: "Callable[..., Any]" has no attribute "retry" open 2 2022-03-20 2023-03-17 -
Duplicate log entries closed 1 2022-03-14 2023-03-17 2022-03-14
Is there a way to access the current attempt number within the retried function? open 1 2022-03-09 2023-03-17 -
error is raised although retry decorater is there open 1 2022-03-02 2023-03-17 -
Support timedelta as a valid type for `wait` classes closed 0 2022-01-24 2023-03-17 2022-05-30
Retry decorator does not play well with other decorators open 0 2022-01-18 2023-03-17 -
update argument for method in Retry open 1 2021-12-20 2023-03-17 -
wait_exponential fails because of error "DoSleep object has no attribute attempt_number" closed 2 2021-10-22 2023-03-17 2021-10-22
Logging while using Retrying as context manager prints calls to 'None' open 2 2021-10-20 2023-03-17 -
Support for RxPY open 0 2021-09-18 2022-01-16 -
reportPrivateImportUsage is detected by pyright closed 4 2021-09-14 2023-03-17 2023-01-30
retry on exception if only certain condition closed 3 2021-09-13 2023-03-17 2021-09-14
Change values for decorator in class object open 1 2021-09-10 2023-03-17 -
retry_if_result always use None as a callback parameter open 1 2021-09-08 2023-03-17 -
Add dynamic configuration for stop & wait conditions open 2 2021-07-16 2023-01-05 -
Using stop, wait and retry custom callbacks with Retrying causes mypy failures closed 0 2021-07-16 2023-03-17 2023-01-30
Changing Arguments at Run Time to a Method open 0 2021-07-13 2023-03-17 -
module 'typing' has no attribute 'NoReturn' closed 3 2021-07-12 2023-03-17 2021-07-19
String formatting causes "TypeError: must be real number, not str" closed 4 2021-07-08 2023-03-25 2021-07-12
Drop `py2` tag from the wheel name closed 1 2021-07-07 2023-03-07 2021-07-07
Fix after_log message closed 3 2021-07-05 2023-01-05 2021-07-12
Async @retry loses the return type from the function open 1 2021-07-02 2023-03-17 -
Retry with a retry message open 0 2021-06-29 2023-03-17 -
Fix #307 : Drop deprecated APIs closed 2 2021-06-24 2023-01-05 2021-06-24
Fix issue #288 : __name__ and other attributes for async functions closed 0 2021-06-24 2023-01-05 2021-06-24
Drop deprecated APIs? closed 3 2021-06-23 2023-03-17 2021-06-24
Remove six dependency closed 2 2021-06-22 2023-03-17 2021-06-23
Statistic `delay_since_first_attempt` does not get updated if the last attempt is successful open 1 2021-06-09 2023-03-17 -
Add a __repr__ method to RetryCallState objects closed 5 2021-06-06 2023-01-05 2021-07-05
Fail if a certain number of attempts is made per time unit. closed 2 2021-05-26 2023-03-17 2021-06-08