mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Remove datastore export cron jobs in all environments
Remove those that call the /_dr/task/exportSnapshot endpoint. The new export mechanism through /_dr/task/backupDatastore has been running successfully in production. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228908704
This commit is contained in:
+5
-3
@@ -134,13 +134,15 @@
|
||||
</cron>
|
||||
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/cron/fanout?queue=export-snapshot&endpoint=/_dr/task/exportSnapshot&runInEmpty]]></url>
|
||||
<url><![CDATA[/_dr/cron/fanout?queue=export-snapshot&endpoint=/_dr/task/backupDatastore&runInEmpty]]></url>
|
||||
<description>
|
||||
This job fires off a Datastore backup-as-a-service job that generates snapshot files in GCS.
|
||||
This job fires off a Datastore managed-export job that generates snapshot files in GCS.
|
||||
It also enqueues a new task to wait on the completion of that job and then load the resulting
|
||||
snapshot into bigquery.
|
||||
</description>
|
||||
<!-- Keep the task-age-limit for this job's task queue less than this cron interval. -->
|
||||
<!--
|
||||
Keep google.registry.export.CheckBackupAction.MAXIMUM_BACKUP_RUNNING_TIME less than
|
||||
this interval. -->
|
||||
<schedule>every day 06:00</schedule>
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
Reference in New Issue
Block a user