Safe rollout strategy for rate limiting
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can use the following approach to introduce rate limiting safely into your environment:
- Start with disabling rate limiting by setting
enabled=false. - Enable rate limiting with generous values such as
max_requests_per_second=20andburst_capacity=40. Monitor logs for behavior. - Adjust to target steady-state values after observing telemetry for 24 hours.
- Add alerting mechanisms for thresholds such as a high number of denies per minute.