issues
search
vutran1710
/
PyrateLimiter
⚔️Python Rate-Limiter using Leaky-Bucket Algorithm Family
https://pyratelimiter.readthedocs.io
MIT License
347
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
"Re-acquiring with delay expected to be successful" error for two rates for one bucket
#184
PiotrB-123
opened
1 month ago
1
RuntimeError: threads can only be started once
#183
coolmingwu
closed
1 month ago
0
Handle redis NOSCRIPT errors
#182
lewisfzhang
opened
2 months ago
0
Update: add delete bucket
#181
vutran1710
closed
2 months ago
0
Support deleting / disposing buckets
#180
lewisfzhang
closed
2 months ago
4
Update: fixes on 08/24
#179
vutran1710
closed
2 months ago
0
[Feature Request] Add max_delay as an argument to try_acquire
#178
lordscales91
opened
2 months ago
0
FileLock SQLite bucket
#177
JWCook
opened
3 months ago
3
Library does not wait on request that overflow the bucket with a max_delay argument
#175
Sargeanthost
opened
3 months ago
1
Manually Leak Buckets & Check Bucket Capacity Prior to try_acquire
#174
tdesai2017
opened
4 months ago
2
binary search fails for lists of size 2
#173
OCsq
closed
2 months ago
3
Global or local instance of the Limiter?
#172
phillipuniverse
opened
5 months ago
3
fix: async bucket_factory.get()
#171
haoyuhu
closed
6 months ago
9
Is v3.6 backwards compatible, due to the psycopg2/3 upgrade?
#170
petroslamb
closed
6 months ago
4
SQLite Backend hard coded filename
#169
FridayPush
closed
2 months ago
9
Documentation regarding Async support
#168
FridayPush
closed
2 months ago
9
on Windows, Limiter() constructor hangs after gevent monkeypatch
#167
gonewest818
opened
7 months ago
2
Test refactoring
#166
vutran1710
closed
7 months ago
0
Clean up
#165
vutran1710
closed
7 months ago
0
Switch from psycopg v2 to v3
#164
vutran1710
closed
7 months ago
1
Please make `psycopg2` test dependency optional and/or support psycopg-3
#163
mgorny
closed
7 months ago
3
Add Postgres backend
#162
vutran1710
closed
7 months ago
0
Document the use of max_delay and somehow make it possible to use it without inspecting the library source
#160
nicholasd-ff
opened
7 months ago
3
Improvement: improved in-memory-bucket performance
#159
vutran1710
closed
7 months ago
0
Fix: background task for leaking
#158
vutran1710
closed
7 months ago
0
Threadpool issues with not being able to start a new thread
#157
aaditya-srivathsan
closed
7 months ago
15
Linearly Increasing Memory consumption when pyrate_limiter is enabled with a redis backend
#156
aaditya-srivathsan
closed
8 months ago
7
Update docs
#155
vutran1710
closed
8 months ago
0
Multiprocessing clean-up error
#154
jthart-freeday
closed
7 months ago
3
Issue with try_acquire and multiple names with v3+
#153
manu-paylead
closed
7 months ago
6
Remaining Time Removal
#152
rexdjw
opened
8 months ago
3
Updated LUA script to avoid CROSSSLOT errors when using a Redis cluster
#151
vaharoni
closed
8 months ago
3
RedisBucket no rate limit
#149
grayguest
closed
9 months ago
4
limiter.ratelimit(x, delay=True) in 3.x
#148
nonamethanks
closed
7 months ago
7
Regression in version 3.2.0. Getting OSError: [Errno 24] Too many open files
#147
todorvelichkov
closed
7 months ago
2
The "Delay not integer" error is confusing and descriptiveness
#146
simon-liebehenschel
opened
9 months ago
1
Fix thread usage
#145
vutran1710
closed
9 months ago
0
Update 3.2.0
#144
vutran1710
closed
9 months ago
1
Excessive log spam
#143
qtlunya
closed
9 months ago
1
Redis Sentinel / pool support
#142
mzealey
closed
7 months ago
8
Fix tests
#141
netanelrevah
closed
10 months ago
4
Fix typing for decorators
#140
ktmud
closed
7 months ago
4
README: Addtional usage is now called advance(d) usage
#139
Staudey
closed
1 year ago
0
Typo in repo description
#138
pmeier
closed
10 months ago
1
add reflected ops to Duration
#137
pmeier
closed
1 year ago
1
Issues with the schedule_leak method
#136
TaliaEdwards11
closed
9 months ago
2
3.x performance drop
#134
dreo
closed
7 months ago
5
async BucketFactory
#133
grebelsm
closed
1 year ago
7
3.x sqlite seems broken?
#132
indigoviolet
closed
10 months ago
3
fix: Remove unneeded import from Quickstart script in README.md
#131
RafaB6n
closed
1 year ago
0
Next