mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Ad-hoc refresh of all domains to clean up orphan glues
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130424917
This commit is contained in:
parent
467286d79e
commit
d2f033d9ed
5 changed files with 90 additions and 1 deletions
|
@ -62,6 +62,7 @@ import google.registry.tmch.TmchCrlAction;
|
|||
import google.registry.tmch.TmchDnlAction;
|
||||
import google.registry.tmch.TmchModule;
|
||||
import google.registry.tmch.TmchSmdrlAction;
|
||||
import google.registry.tools.server.javascrap.RefreshAllDomainsAction;
|
||||
|
||||
/** Dagger component with per-request lifetime for "backend" App Engine module. */
|
||||
@RequestScope
|
||||
|
@ -106,6 +107,7 @@ interface BackendRequestComponent {
|
|||
RdeStagingAction rdeStagingAction();
|
||||
RdeUploadAction rdeUploadAction();
|
||||
RdeReporter rdeReporter();
|
||||
RefreshAllDomainsAction refreshAllDomainsAction();
|
||||
RefreshDnsAction refreshDnsAction();
|
||||
RestoreCommitLogsAction restoreCommitLogsAction();
|
||||
SyncGroupMembersAction syncGroupMembersAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue