Increase delay between attempts of rde staging

Our database is big enough now that it takes > 4 hours to run the RDE Staging mapreduce.

Retrying after 4 hours just causes a new mapreduce to run, interfering with the old one.

8 hours still means 3 attempts per 24 hour period (00:07, 08:07, 16:07) so we can catch up with the cursor if needed.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=249829914
This commit is contained in:
guyben 2019-05-24 07:31:17 -07:00 committed by jianglai
parent 5f7e725c29
commit 7cc5c16ab9

View file

@ -32,7 +32,7 @@
we add a 4+ minute grace period to ensure the transactions cool down, since we add a 4+ minute grace period to ensure the transactions cool down, since
our queries are not transactional. our queries are not transactional.
--> -->
<schedule>every 4 hours from 00:07 to 20:00</schedule> <schedule>every 8 hours from 00:07 to 20:00</schedule>
<target>backend</target> <target>backend</target>
</cron> </cron>