mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00: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:
@@ -25,6 +25,7 @@ import google.registry.request.Modules.DatastoreServiceModule;
|
||||
import google.registry.request.Modules.Jackson2Module;
|
||||
import google.registry.request.Modules.URLFetchServiceModule;
|
||||
import google.registry.util.SystemClock.SystemClockModule;
|
||||
import google.registry.util.SystemSleeper.SystemSleeperModule;
|
||||
|
||||
/**
|
||||
* Dagger component for Registry Tool.
|
||||
@@ -43,6 +44,7 @@ import google.registry.util.SystemClock.SystemClockModule;
|
||||
KeyModule.class,
|
||||
RegistryToolModule.class,
|
||||
SystemClockModule.class,
|
||||
SystemSleeperModule.class,
|
||||
URLFetchServiceModule.class,
|
||||
VoidDnsWriterModule.class,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user