Commit 6ce81f9
Add retry with exponential backoff for install script while downloading version file from S3
Why is this change needed?
---------
Prior to this change, install script sometimes fails when S3 connection is timedout while
downloading version file. This happens when there is a new region build. But when the s3 download
is retried it works fine. so added retry logic to not fail in the first attempt.
How does it address the issue?
---------
This change added retry logic to not fail in the first attempt.1 parent dd0848c commit 6ce81f9
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| 418 | + | |
| 419 | + | |
418 | 420 | | |
419 | 421 | | |
420 | 422 | | |
421 | 423 | | |
422 | 424 | | |
423 | | - | |
424 | | - | |
425 | | - | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
426 | 435 | | |
427 | 436 | | |
428 | 437 | | |
| |||
0 commit comments