mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Move ResaveAllEppResources mapreduce from tools service to backend
It makes sense for all mapreduces to run in backend, especially onces that are scheduled regularly to run in cron like this one now. We don't have many instances configured for the tools service anymore on some of our environments, so backend is the friendliest place for a mapreduce to run. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=168882122
This commit is contained in:
parent
3cc44259da
commit
7dc1940cdb
12 changed files with 16 additions and 16 deletions
|
@ -44,7 +44,6 @@ import google.registry.tools.server.ListReservedListsAction;
|
|||
import google.registry.tools.server.ListTldsAction;
|
||||
import google.registry.tools.server.PollMapreduceAction;
|
||||
import google.registry.tools.server.RefreshDnsForAllDomainsAction;
|
||||
import google.registry.tools.server.ResaveAllEppResourcesAction;
|
||||
import google.registry.tools.server.ResaveAllHistoryEntriesAction;
|
||||
import google.registry.tools.server.ToolsServerModule;
|
||||
import google.registry.tools.server.UpdatePremiumListAction;
|
||||
|
@ -82,7 +81,6 @@ interface ToolsRequestComponent {
|
|||
PollMapreduceAction pollMapReduceAction();
|
||||
PublishDetailReportAction publishDetailReportAction();
|
||||
RefreshDnsForAllDomainsAction refreshDnsForAllDomainsAction();
|
||||
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
|
||||
ResaveAllHistoryEntriesAction resaveAllHistoryEntriesAction();
|
||||
RestoreCommitLogsAction restoreCommitLogsAction();
|
||||
UpdatePremiumListAction updatePremiumListAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue