Which Dev

Just another coding blog

Skip to content
Menu
  • Home
  • Go
  • Tutorial

Tag: javascript

How to implement a random exponential backoff algorithm in Javascript

by JeroenPosted onOctober 10, 2020October 10, 2020

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 2021 – Which Dev