/
References & Glossary for Rate Limiter
References & Glossary for Rate Limiter
Rules
Configuration to allow a max of 5 marketing messages per day.
domain: messaging
descriptors:
- key: message_type
value: marketing
rate_limit:
unit: day
request_per_unit: 5
Configuration to login more than 5 times in 1 minute.
domain: auth
descriptors:
-key: auth_type
value: login
rate_limit:
unit: minute
request_per_unit: 5
, multiple selections available,