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