Tag

service overload

0 views collected around this technical thread.

Byte Quality Assurance Team
Byte Quality Assurance Team
Dec 16, 2020 · Backend Development

Live Streaming Service Overload Incident Caused by Self-Referencing Push Configuration

A sudden surge in live‑stream traffic overloaded the core streaming service because a push configuration mistakenly pointed to the same stream URL, creating a self‑referencing loop that repeatedly generated duplicate streams until the service capacity was exhausted.

Live Streamingbackend bugincident analysis
0 likes · 4 min read
Live Streaming Service Overload Incident Caused by Self-Referencing Push Configuration
Architecture Digest
Architecture Digest
Jun 19, 2016 · Backend Development

Preventing and Recovering from Service Overload Caused by Cache Failures

This article analyzes how introducing caches can cause service overload, examines five cache get patterns, and proposes prevention, recovery, and flow‑control strategies for both client and server sides to ensure system stability.

BackendFlow Controlcache
0 likes · 20 min read
Preventing and Recovering from Service Overload Caused by Cache Failures