Why back-off mechanism are critical in cloud solutions
Radu Vunvulea
VP of Cloud | Cloud Strategy and Transformation | Microsoft Regional Director | Microsoft MVP
What is a back-off mechanism?
It's one of the most basic mechanism used for communication between two systems. The core idea of this mechanism is to decrease the frequency of requests send from system A to system B if there are no data or communication issues are detected.
There are multiple implementation of this system, but I'm 100% sure that you use it directly of indirectly. A retry mechanism that increase the time period is a back-off mechanism.
You can find full article: https://vunvulearadu.blogspot.ro/2017/02/why-back-off-mechanism-are-critical-in.html