mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Add scrap [] to purge synthetic OneTimes
This is temporary until we verify that recurring billing event expansion is working as expected. I want to have this available in case things go south, though in a perfect world, we won't need this. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143693458
This commit is contained in:
parent
00dab551d7
commit
a2bc05d1cd
3 changed files with 125 additions and 0 deletions
|
@ -110,6 +110,12 @@
|
|||
<url-pattern>/_dr/task/refreshAllDomains</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Purge synthetic OneTime billing events -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>tools-servlet</servlet-name>
|
||||
<url-pattern>/_dr/task/purgeSyntheticBillingEvents</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Registrar detail report publishing action. -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>tools-servlet</servlet-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue