-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a random, exponential increasing delay when there are no results …
…for a service (#117) * add random, exponentially increasing delay when there are no results. the first delay will be between 2 and 11 seconds and it will max out beween 130 and 175 seconds: delay count: range of possible delay in seconds 1 => [2, 11] 2 => [10, 28] 3 => [30, 57] 4 => [68, 104] 5 (and up) => [130, 175] * use individual delays for rt and origins
- Loading branch information
Showing
1 changed file
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters