Which Dev

Just another coding blog

Skip to content
Menu
  • Home
  • Go
  • Tutorial

Category: javascript

How to implement a random exponential backoff algorithm in Javascript

by JeroenPosted onOctober 10, 2020July 21, 2022

Using an exponential backoff algorithm with randomization when reconnecting to services can prevent sudden spikes on your server after a crash. Imagine for example you…

Read More
Jeroen de Kok's DEV Profile Follow @jeroendk
© Copyright 2023 – Which Dev