Limit Request Rate Pattern

Security pattern for implementing rate limiting and throttling. Use when protecting against brute-force attacks, DoS/DDoS mitigation, preventing resource exhaustion, or limiting API abuse. Addresses "Entity absorbs excessive resources" problem.

igbuend 8bad462 5.0 KB Updated

File contents

igbuend/grimbard/tree/main/skills/limit-request-rate-pattern commit 8bad4624c2

Frequently asked questions

npx skillmds@latest add igbuend/limit-request-rate-pattern