5 ms·
Prioritized load shedding works well as a last resort [0]. The idea is simple - - Detect overload/congestion build-up at the database - Apply queueing at the
by gillh 3y ago
Prioritized load shedding works well as a last resort [0]. The idea is simple -
- Detect overload/congestion build-up at the database
- Apply queueing at the gateway service and schedule requests based on their priority
- Shed excess requests after a timeout
[0]: https://docs.fluxninja.com/blog/protecting-postgresql-with-adaptive-rate-limiting https://docs.fluxninja.com/blog/protecting-postgresql-with-a...