mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
Add retry logic to CreateLrpTokensCommand
A transient 404 on entity save interrupts a long-running run of this command. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138400654
This commit is contained in:
parent
baaaacd4f5
commit
7a77819977
6 changed files with 51 additions and 6 deletions
|
@ -66,6 +66,7 @@ java_library(
|
|||
"//java/google/registry/xjc",
|
||||
"//java/google/registry/xml",
|
||||
"//third_party/java/appengine:appengine-api",
|
||||
"//third_party/java/appengine:appengine-remote-api-link",
|
||||
"//third_party/java/bouncycastle",
|
||||
"//third_party/java/bouncycastle_bcpg",
|
||||
"//third_party/java/dagger",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue