Sotera / watchman

Watchman: An open-source social-media event-detection system
GNU General Public License v2.0
20 stars 7 forks source link

Add module to rate limit web traffic #162

Closed lukewendling closed 7 years ago

lukewendling commented 7 years ago

Purpose

V2 of rate-limiting code that was recently removed from master. QCR sends 100s tweets per sec, which is more than we can process in a single server env, so provide a simple mechanism to reduce the deluge. Let's provide a home for traffic mgmt concerns.

Objectives