mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +02:00
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:
parent
5f7e725c29
commit
7cc5c16ab9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue