mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Move prober deletion action to backend module
Also creates a new package named 'batch' to house it. TESTED=I deployed it to alpha, sent a POST request to the task URL, and it successfully ran the []. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134332999
This commit is contained in:
@@ -20,6 +20,7 @@ import google.registry.backup.CommitLogCheckpointAction;
|
||||
import google.registry.backup.DeleteOldCommitLogsAction;
|
||||
import google.registry.backup.ExportCommitLogDiffAction;
|
||||
import google.registry.backup.RestoreCommitLogsAction;
|
||||
import google.registry.batch.DeleteProberDataAction;
|
||||
import google.registry.billing.ExpandRecurringBillingEventsAction;
|
||||
import google.registry.cron.CommitLogFanoutAction;
|
||||
import google.registry.cron.CronModule;
|
||||
@@ -95,6 +96,7 @@ interface BackendRequestComponent {
|
||||
DeleteContactsAndHostsAction deleteContactsAndHostsAction();
|
||||
DeleteHostResourceAction deleteHostResourceAction();
|
||||
DeleteOldCommitLogsAction deleteOldCommitLogsAction();
|
||||
DeleteProberDataAction deleteProberDataAction();
|
||||
DnsRefreshForHostRenameAction dnsRefreshForHostRenameAction();
|
||||
ExpandRecurringBillingEventsAction expandRecurringBillingEventsAction();
|
||||
ExportCommitLogDiffAction exportCommitLogDiffAction();
|
||||
|
||||
Reference in New Issue
Block a user