issues
search
udoprog
/
leaky-bucket
A token-based rate limiter based on the leaky bucket algorithm.
Apache License 2.0
93
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Freeze when using `Arc<RateLimiter>` from multiple await points on same task
#35
idobenamram
opened
1 month ago
13
Allow for bounding of pending acquisitions?
#34
jamesmunns
opened
2 months ago
4
Add api try_acquire_or_balance
#33
niks3089
closed
2 months ago
1
Limit tokens in try_acquire (relates #20)
#32
udoprog
closed
5 months ago
0
Allow cloning on the rate limiter
#31
niks3089
closed
2 months ago
1
Idle bucket should not overflow
#30
udoprog
closed
6 months ago
0
Fix documentation
#29
udoprog
closed
6 months ago
0
Re-implement fast-path and test for numerical limits
#28
udoprog
closed
6 months ago
0
Clean up how tasks are accesses
#27
udoprog
closed
6 months ago
0
Make it harder to misuse core and fix idle implementation
#26
udoprog
closed
6 months ago
0
Adopt pin-project-lite
#25
udoprog
closed
6 months ago
0
Cleanups
#24
udoprog
closed
6 months ago
0
Update lib.rs
#23
udoprog
closed
6 months ago
0
Implement RateLimiter::try_acquire (relates #20)
#22
udoprog
closed
6 months ago
0
Use a bit less unsafe
#21
udoprog
closed
6 months ago
0
Allow a way for the rate limiter to return error without blocking if enough tokens are not available
#20
niks3089
closed
5 months ago
10
Enable miri in CI
#19
udoprog
closed
8 months ago
0
Remove some unsafe
#18
conradludgate
closed
6 months ago
2
Allow manually refilling a RateLimiter
#17
raftario
opened
1 year ago
5
Allow modifying the drip interval of an existing RateLimiter
#16
52funny
opened
1 year ago
0
How to call in Future
#15
caobug
closed
2 years ago
1
Fix over-max implementation and documentation (relates #13)
#14
udoprog
closed
2 years ago
0
Wrong example in readme
#13
marcospb19
closed
2 years ago
2
remove the need for a background coordinator
#12
udoprog
closed
3 years ago
0
Update tokio to 1.0
#11
svend
closed
3 years ago
2
Update tokio to 0.3.0
#10
svend
closed
4 years ago
1
Rate limiter doesn't hit its target
#9
udoprog
closed
4 years ago
0
Store tasks to wake up locally in order to make coordinator more fair
#8
udoprog
closed
4 years ago
4
Gracefully terminate if new task queue ends (relates #5)
#7
udoprog
closed
4 years ago
0
More tokio
#6
udoprog
closed
4 years ago
0
Cannot create two rate limiters in the same app
#5
xnuter
closed
4 years ago
10
Update tokio
#4
k3d3
closed
4 years ago
2
remove non-exhaustive enum to allow build with stable
#3
kgfw996
closed
4 years ago
3
impl Debug for LeakyBucket, Inner
#2
kosta
closed
4 years ago
3
Support both tokio 0.1 and 0.2
#1
udoprog
closed
5 years ago
0