mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 17:55:19 +02:00
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:
parent
c7cc97d62b
commit
50aad72383
3 changed files with 60 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue