issues
search
tomasbasham
/
ratelimit
API Rate Limit Decorator
MIT License
768
stars
159
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Show debugging or logging information if requested
#66
jackbravo
opened
1 month ago
1
Logging retries?
#65
wellsoliver
opened
7 months ago
0
Preserve Type Hints in decorators
#64
steamraven
opened
9 months ago
1
Suggestoin: Publish a wheel on PyPI
#63
taleinat
opened
1 year ago
0
Add a pyproject.toml file
#62
SamStephens
opened
1 year ago
0
ratelimit.exception.RateLimitException: too many calls
#61
kingwongf
opened
1 year ago
2
Does not work for me
#60
mikklaos
opened
1 year ago
0
Rate limits per token
#59
EddyBorja
closed
2 years ago
0
Jordan/remove wrong type
#58
JordanZwan
closed
2 years ago
0
Jordan/improve algorithm and add soft limit
#57
JordanZwan
closed
2 years ago
0
User Defined Ratelimit Time Period at Class level
#56
johnbumgarner
closed
3 years ago
0
Add a “Usage note”?
#55
samwyse
opened
3 years ago
0
modify timer to use non-blocking
#54
manjunathb4461
opened
3 years ago
0
Conflick with Django's Rate limit
#53
chiragkanhasoft
opened
3 years ago
1
Fixed a few typos in the README
#52
mr-nati
closed
3 years ago
0
New repo maintainer(s) / alternative projects?
#51
JWCook
opened
3 years ago
7
Do we need to use Cache as a store to save total of requests
#50
nguyenhuybo
opened
3 years ago
0
Support for requests-toolbelt
#49
leeprevost
opened
4 years ago
1
Missing setuptools package from requirements
#48
decates
opened
4 years ago
0
Setting same ratelimit across different API calls
#47
tstrinadhreddy
opened
4 years ago
3
ProcessPoolExecutor support
#46
alexcombessie
closed
4 years ago
1
distribute as a Conda package
#45
chairmank
opened
4 years ago
0
Is this package thread-aware and thread-safe?
#44
konstunn
opened
4 years ago
1
Add reset_ratelimit method.
#43
stuaxo
opened
4 years ago
0
How to reset the limit ?
#42
stuaxo
closed
4 years ago
1
Multiprocess aware rate limit - Redis or Django DB backend ?
#41
stuaxo
closed
4 years ago
2
Fix typo
#40
bartbroere
closed
2 months ago
1
Feature/asyncio decorators
#39
judahrand
opened
4 years ago
1
Drop support for end-of-life Python versions
#38
judahrand
opened
4 years ago
1
Add type annotations
#37
isac322
closed
2 years ago
0
How to specify no rate limit ?
#36
stuaxo
closed
4 years ago
0
Feature/asyncio compatible decorators
#35
evemorgen
closed
5 years ago
3
Documentation on mocking ratelimit limits decorator
#34
mcohoon
opened
5 years ago
2
Specify python version suported from setup.py
#33
s-pace
opened
5 years ago
1
Monthly limit
#32
hcmola
opened
5 years ago
1
Risk of violating the rate limit
#31
sio
opened
5 years ago
8
Question: does this rate limit by IP or is it just by caller?
#30
Integralist
opened
5 years ago
2
How to make this work for multiple threads?
#29
tianbingleng
closed
5 years ago
0
Fix sleep_and_retry in case time.sleep returned early.
#28
pythonator
closed
6 years ago
1
How about a 'space out' or 'nice' mode
#27
alexhunsley
closed
6 years ago
1
limit decorator compatible with asyncio
#26
evemorgen
opened
6 years ago
4
How to use set up calls/period with class attributes
#25
sirhc78
opened
6 years ago
1
Best approach to call call_api function
#24
argenisleon
closed
6 years ago
1
fixed small typo
#23
brutesque
closed
11 months ago
0
Fix py 3
#22
biwin
closed
6 years ago
0
Accept arg for exponential backoff on retries
#21
stevenwu4
closed
6 years ago
1
Fix README url
#20
mattklein
opened
6 years ago
0
BUG? sleep_and_retry only retries once
#19
aarcro
closed
6 years ago
3
Shimon/ratelimit/add condition to rate limiter
#18
shimon-lb
closed
6 years ago
2
Reinstate backwards-compatible `rate_limited` function?
#17
fawkesley
closed
6 years ago
2
Next