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 4903465f26
commit 41a990d49b

View file

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