tessl install tessl/pypi-pyrate-limiter@3.9.0Python Rate-Limiter using Leaky-Bucket Algorithm for controlling request rates in applications with multiple backend storage options.
Agent Success
Agent success rate when using this tile
81%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.45x
Baseline
Agent success rate without this tile
56%
Generated
Agent Claude Code
Scenario 1
Failing rate tracking
Scenario 2
MultiprocessBucket shared memory
Scenario 3
Basic limiter API (try_acquire)
Scenario 4
Decorator pattern for functions
Scenario 5
BucketFactory routing patterns
Scenario 6
Async/await support with try_acquire_async
Scenario 7
MonotonicClock time source
Scenario 8
PostgresBucket ACID storage
Scenario 9
Custom backend development
Scenario 10
RedisBucket distributed storage