https://github.com/bradbeattie/django-cache-throttle
django-cache-throttle
https://github.com/bradbeattie/django-cache-throttle
Last synced: 6 months ago
JSON representation
django-cache-throttle
- Host: GitHub
- URL: https://github.com/bradbeattie/django-cache-throttle
- Owner: bradbeattie
- License: bsd-3-clause
- Created: 2012-11-09T19:06:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T18:26:45.000Z (over 11 years ago)
- Last Synced: 2025-05-07T14:58:47.832Z (6 months ago)
- Language: Python
- Size: 152 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
django-cache-throttle
=====================
django-cache-throttle is a cache-based token bucket rate limiter. See http://en.wikipedia.org/wiki/Token_bucket for more info. Bucket capcities are only computed on demand based on the regeneration rate and the time passed.