1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 07:57:58 +00:00

Fix sandbox cron (#1366)

* Fix sandbox cron

"synchronized" can only be used to specify a 24h time range that is
evenly divided by the interval value, e. g. "every 2 hours
synchronized".

* Change to a different time
This commit is contained in:
Lai Jiang
2021-10-04 11:09:55 -04:00
committed by GitHub
parent 737f65bd33
commit c6705d1956

View File

@@ -253,7 +253,7 @@
This job runs weekly to wipe out PII fields of ContactHistory entities
that have been in the database for a certain period of time.
</description>
<schedule>every monday synchronized</schedule>
<schedule>every monday 15:00</schedule>
<target>backend</target>
</cron>
</cronentries>