Add retry logic to RDE upload

We experience intermittent exceptions when connecting to Iron Mountain. Just retrying is probably the easiest solution to the problem.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141221179
This commit is contained in:
mountford 2016-12-06 13:49:50 -08:00 committed by Ben McIlwain
parent c7cc97d62b
commit 50aad72383
3 changed files with 60 additions and 8 deletions

View file

@ -40,6 +40,7 @@ java_library(
"//third_party/java/hamcrest",
"//third_party/java/joda_money",
"//third_party/java/joda_time",
"//third_party/java/jsch/v0_1_44_google",
"//third_party/java/jsr305_annotations",
"//third_party/java/jsr330_inject",
"//third_party/java/junit",