Skip to content
Snippets Groups Projects
Commit ca48afad authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add exponential backoff for cloud provider.

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.
parent 533c16d5
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment