mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02: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:
parent
4903465f26
commit
41a990d49b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue