Files
flaskpaste/app
Username 379178e409 exempt /health from rate limiting
Health check endpoint was being rate-limited (60/hour), causing
container health checks (every 30s = 120/hour) to fail with 429.

Uses flask-limiter's request_filter to bypass rate limiting for
the health endpoint, supporting URL_PREFIX configuration.
2026-01-08 20:12:03 +01:00
..
2026-01-08 20:12:03 +01:00
2025-12-26 19:15:20 +01:00
2025-12-23 22:51:11 +01:00