Open amschaal opened 2 months ago
Throttle some views, especially:
There are a few options, but django ratelimit seems to be a decent choice: https://github.com/jsocol/django-ratelimit
Effective throttling will require a cache solution, such as memcached or redis.
Throttle some views, especially:
There are a few options, but django ratelimit seems to be a decent choice: https://github.com/jsocol/django-ratelimit
Effective throttling will require a cache solution, such as memcached or redis.