Retrying on a fixed interval turns one flaky dependency into a synchronised stampede - every client retries at the same instant. Exponential backoff spaces the attempts out; jitter, a random delay inside the backoff window, is what stops all the clients lining up on the same schedule again.
@itsnas usage.ts
codeusage.ts
main
Nas (@itsnas)
main
Nas (@itsnas)