issues
search
litl
/
backoff
Python library providing function decorators for configurable backoff and retry
MIT License
2.61k
stars
148
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Access to Decorator Parameters in on_backoff Handlers
#221
zhaohanyan
opened
2 weeks ago
1
Use `inspect.iscoroutinefunction` instead of `asyncio.iscoroutinefunction` to avoid Python 3.14 deprecation warning
#220
edgarrmondragon
opened
1 month ago
0
drop python<=3.7 support
#219
kloczek
opened
1 month ago
3
Prevent error message in case of giveup using
#217
lesnik512
opened
8 months ago
0
monotonic time
#216
luccabb
opened
8 months ago
0
Forward arguments to max_tries and max_time
#215
colonelpanic8
opened
9 months ago
0
docs: 429 with exponential backoff fallback example
#214
iloveitaly
opened
9 months ago
1
README: `max_value` arg to `@backoff.on_predicate(backoff.fibo...)` -- if not obsolete, then maybe just confusing?
#213
reed9999
opened
9 months ago
0
logger agnostic message formatting
#212
wineTGH
opened
10 months ago
0
Maintenance help?
#211
iloveitaly
opened
11 months ago
20
Feature Request: support direct invocation with functools.partial
#210
mikepii
opened
12 months ago
0
Add GitHub workflow to test with Python 3.7 - 3.12
#209
edgarrmondragon
opened
1 year ago
2
How to provide arguments to `on_backoff` function
#208
vk496
opened
1 year ago
1
Add support for globally disabling retries
#206
rouge8
opened
1 year ago
2
Expose typing hints as they are part of the API
#205
eccles
opened
1 year ago
0
Optimized wait generators.
#204
jcbertin
opened
1 year ago
0
Fix loggers duplication
#203
evgeny-stakewise
closed
1 year ago
0
Added install instruction
#202
mdmmn378
opened
1 year ago
0
Enable use with staticmethods
#201
spokeydokeys
closed
2 months ago
1
`backoff.on_predicate` does not work for `staticmethod`s
#200
spokeydokeys
opened
1 year ago
0
feature request: toggle decorator on/off
#199
lb-ronyeh
opened
1 year ago
0
Feature Request: add a way to use backoff in a context manager
#198
DeflateAwning
closed
12 months ago
2
changing on_exception max_time variable explanation to time in seconds.
#197
ohad-alike
opened
1 year ago
0
question about max_time
#196
jrobbins-LiveData
opened
1 year ago
0
added new typing and changed error response
#195
davidslater
opened
1 year ago
5
Improve Typing and Error Handling in `on_exception`
#194
davidslater
opened
1 year ago
0
Update changelog 1 0
#193
Kirusi
closed
1 year ago
0
How to handle backoff on Facebook cursor?
#192
vladaman
opened
1 year ago
1
Suggesting contributing procedure to the project
#191
milonimrod
opened
1 year ago
0
Add exponential decay
#190
milonimrod
closed
1 year ago
0
added exponential decay
#189
milonimrod
closed
1 year ago
5
Update decorator's argument "max_time" description
#188
MrwanBaghdad
closed
1 year ago
1
Canonical way to handle error bursting
#187
truekonrads
opened
1 year ago
0
max_time only applies _after_ first retry?
#186
fiendish
opened
1 year ago
0
Started using `timeit` for measuring elapsed time
#185
VitalyAssurance
closed
1 year ago
0
Started using `timeit` for measuring elapsed time
#184
VitalyAssurance
closed
1 year ago
0
feat: improve typing in `on_exception`
#183
relsunkaev
opened
1 year ago
1
max_retries
#182
axshani
opened
2 years ago
1
Obtain value returned by backoff_handler function after maximum tries is reached
#181
AanandhiVB
opened
2 years ago
0
How do I use this?
#180
wprojects
opened
2 years ago
0
Duplicate logging in some special cases
#179
smagafurov
opened
2 years ago
1
Max tries
#178
axshani
closed
2 years ago
0
2.2.0 release gives type errors for previously valid usage?
#177
salimfadhley
closed
2 years ago
1
Improve type annotation for backoff.expo
#176
hauntsaninja
closed
2 years ago
1
feat: Re-add tests to sdist
#174
jayvdb
opened
2 years ago
0
Fix `on_*` handler typing
#173
cdce8p
closed
2 years ago
2
Add exception to details dict in on_backoff() and on_giveup() handlers
#172
petamas
closed
2 years ago
8
Allow retrying individual iterations of generator function's result
#171
dmosorast
opened
2 years ago
0
What's the unit of `interval` parameter? Is it in seconds?
#170
davidleejy
closed
2 years ago
3
Customize backoff.expo
#169
StefanSchuhart
closed
2 years ago
1
Next