Refactors retry policy. Retry policy now uses jitter in combination with exponential wait time and changes configuration from retry attemps to max. allowed wait time
Features
Refactors retry policy. Retry policy now uses jitter in combination with exponential wait time and changes configuration from retry attemps to max. allowed wait time (ba4d439)
takes 'retry-after' header into consideration when retrying requests, adds ability to disable jitter (d84c021)