Skip to content
Snippets Groups Projects
  • Paul Kaplan's avatar
    ca48afad
    Add exponential backoff for cloud provider. · ca48afad
    Paul Kaplan authored
    Uses randomized duration between [0, 2^k-1] where k is the connection attempt number, maxed out at 5.
    
    I had to rework the tests quite a bit to make this easy to test, to work around the timeouts and the randomization.
    ca48afad
    History
    Add exponential backoff for cloud provider.
    Paul Kaplan authored
    Uses randomized duration between [0, 2^k-1] where k is the connection attempt number, maxed out at 5.
    
    I had to rework the tests quite a bit to make this easy to test, to work around the timeouts and the randomization.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.