issues
search
jd
/
tenacity
Retrying library for Python
http://tenacity.readthedocs.io
Apache License 2.0
6.81k
stars
283
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
tenacity in idle - laptop runs hot
#503
rochelmeyer
closed
1 week ago
1
chore(deps): bump the github-actions group with 2 updates
#502
dependabot[bot]
closed
4 weeks ago
1
add exceptiongroup support to retry_if_exception
#501
jakkdl
opened
1 month ago
1
chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group
#500
dependabot[bot]
closed
2 months ago
1
[BUG] wait_exponential_jitter is not the sub class of wait_exponential, can't set max retry count
#499
R0k1e
opened
2 months ago
0
Adding DictConfig
#498
SalvatoreZagaria
opened
2 months ago
2
Add re.Pattern to allowed match types
#497
robertschweizer
opened
2 months ago
1
Changelog is lagging; no updates since 8.2.2
#496
hackermandh
opened
2 months ago
1
Add Dictionary Configuration Support
#495
kevdog824
opened
2 months ago
0
nit: link in doc opening blurb no longer functional
#494
twirrim
opened
2 months ago
0
chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 in the github-actions group
#493
dependabot[bot]
closed
3 months ago
1
docs: explain Custom Callbacks better
#492
Young-Lord
opened
3 months ago
0
docs: unify the name `before sleep strategy` in docstring and comments
#491
Young-Lord
closed
3 months ago
1
9.0.0: Unintended or missing behavior in retry_with
#490
at3560k
opened
3 months ago
0
Apply formatting to num seconds
#489
aguinane
opened
3 months ago
5
chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actions group
#488
dependabot[bot]
closed
4 months ago
1
`wait_random_exponential` does not respect `min`
#487
cjw296
closed
4 months ago
1
8.5.0 includes breaking changes on the statistics object
#486
g3n35i5
opened
4 months ago
6
chore: Allow combining non base-derived objects for retries
#485
hasier
opened
4 months ago
0
fix: Restore contents of retry attribute for wrapped functions
#484
hasier
closed
4 months ago
0
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 in the github-actions group
#483
dependabot[bot]
closed
5 months ago
1
8.4.2 breaks suggested way to overwrite tenacity behaviors on unit tests
#482
thiagogodoi
closed
4 months ago
7
8.4.2 breaks ability to compose regular functions with `retry_base`
#481
blr246
opened
5 months ago
3
Test with Python 3.13
#480
edgarrmondragon
opened
5 months ago
5
fix: Avoid overwriting local contexts with retry decorator
#479
hasier
closed
5 months ago
1
Retry in recursive context is broken since 8.3.0
#478
sashaCher
closed
5 months ago
3
Access all occurred exceptions in `RetryError`
#477
mtvx
opened
5 months ago
1
Coalesce multiple ORs into a single object
#476
jruere
opened
5 months ago
0
8.4.0 release is broken due to missing files
#475
voegtlel
opened
5 months ago
11
Include `tenacity.asyncio` subpackage in release dist
#474
cdce8p
closed
5 months ago
5
Fix import error
#473
istrebitel-1
closed
5 months ago
4
Bug introduced in tenacity 8.4.0: ModuleNotFoundError: No module named 'tenacity.asyncio'
#472
MalteEbner
closed
5 months ago
1
ImportError tenacity.asyncio
#471
vogre
closed
5 months ago
15
ci: add support for trio in Mergify automerge
#470
jd
closed
5 months ago
1
Add `__aexit__`and `__aenter__` to AttemptManager
#469
ThirVondukr
opened
5 months ago
0
HelloGitHub Badge
#468
521xueweihan
closed
5 months ago
0
Disable when developing?
#467
Mathieson
opened
5 months ago
2
chore(deps): bump the github-actions group across 1 directory with 2 updates
#466
dependabot[bot]
closed
5 months ago
1
Update index.rst: Remove *
#465
TheRealBecks
closed
5 months ago
3
Can't we define a retry method in the instance method?
#464
bbhxwl
opened
6 months ago
0
Support Trio out-of-the-box, take 2
#463
jakkdl
closed
5 months ago
3
Readme formatting fell apart
#462
number492
closed
5 months ago
1
Question: How to handle dynamically changing retry (think api throttling)
#461
ravensorb
opened
6 months ago
2
`tests/test_tornado.py::TestTornado - AttributeError: 'TestTornado' object has no attribute 'runTest'` w/ pytest-8.2.0
#460
mgorny
opened
6 months ago
4
attempt_number should be set to 0
#459
Rohiniab84
opened
6 months ago
1
Any help needed for a new release?
#458
ichard26
closed
6 months ago
2
chore(deps): bump the github-actions group with 2 updates
#457
dependabot[bot]
closed
6 months ago
2
Differences in using `retry` with `AsyncMock` objects on Python 3.9 and Python 3.8 vs. newer Python
#456
MatthewFlamm
opened
7 months ago
1
Unknow callback name
#455
christopher5106
closed
7 months ago
0
calling retry() explicitly, not as a decorator
#454
vadim0x60
closed
7 months ago
3
Next