File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- [ ![ exponential_back_off] ( https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml/badge.svg )] ( https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml )
1+ [ ![ exponential_back_off] ( https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml/badge.svg )] ( https://github.com/Nidal-Bakir/exponential_back_off/actions/workflows/exponential_back_off.yml ) [ ![ codecov] ( https://codecov.io/gh/Nidal-Bakir/exponential_back_off/branch/main/graph/badge.svg?token=WMK1RZQ2JE )] ( https://codecov.io/gh/Nidal-Bakir/exponential_back_off )
2+
23## Retry failing processes like HTTP requests using an exponential interval between each retry
34
45** Exponential backoff algorithm:**
6+
57- An exponential backoff algorithm retries requests exponentially,
68 increasing the waiting time between retries up to a maximum backoff time.
79
You can’t perform that action at this time.
0 commit comments