1
0
mirror of https://github.com/google/nomulus synced 2026-07-19 06:22:33 +00:00

Add cloud scheduler task to sync remote caches (#3158)

This commit is contained in:
gbrodman
2026-07-16 15:14:26 -04:00
committed by GitHub
parent 21421726e0
commit 675354ae65
@@ -323,4 +323,14 @@
<schedule>*/5 * * * *</schedule>
</task>
<task>
<url><![CDATA[/_dr/task/syncRemoteCache]]></url>
<name>syncRemoteCache</name>
<description>
Syncs remote (Valkey/Redis) EPP resource caches with changes made recently.
</description>
<!-- Runs every 5 minutes. RDAP needs to be updated within 60 minutes of changes. -->
<schedule>*/5 * * * *</schedule>
</task>
</entries>