linjmeyer / tilt-pitch

Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
GNU General Public License v3.0
51 stars 16 forks source link

Added rate limit to webhooks #5

Closed linjmeyer closed 4 years ago

linjmeyer commented 4 years ago

Adds basic 1 call per second rate limit to each configured webhook. This should likely be made configurable in the future but is sufficient as a short term solution to avoid huge amounts of webhook calls. (Tilts can broadcast multiple times a second leading to lots of HTTP calls)