Background
Quota counters updated via read-modify-write add round-trips and contention.
Implementation Plan
- Use atomic DB/Redis increments\n- Removes an extra read per enforcement
- Add benchmarks/metrics capturing before/after impact
- Add regression tests where applicable
- Document the change
Acceptance Criteria
Background
Quota counters updated via read-modify-write add round-trips and contention.
Implementation Plan
Acceptance Criteria