Govur University Logo
--> --> --> -->
...

To avoid the thundering herd problem during system recovery, what specific technique should be applied to retry logic in addition to exponential backoff?



To avoid the thundering herd problem when using exponential backoff, you must apply jitter. The thundering herd problem occurs when many clients that have failed to connect all retry their requests at the exact same moment after a delay, causing a sudden spike in traffic that crashes th....

Log in to view the answer



Redundant Elements