to read: https://aws.amazon.com/builders-library/using-load-shedding-to-avoid-overload/
21
thank you
Description:
Explore strategies for enhancing service resilience during traffic spikes in this 45-minute conference talk from Conf42 Golang 2024. Delve into the causes of server overload and learn about various rate-limiting algorithms, including fixed window counter, sliding window log, token bucket, and leaky bucket. Examine practical examples of server overload and token bucket algorithm implementation. Discover rate limiter packages and load shedding techniques to manage traffic bursts effectively. Compare results of different approaches and gain insights on building more robust services capable of handling unexpected traffic increases.
Making Your Service More Resilient to Traffic Spikes