Delete cron.xml (#1965)

We've successfully migrated to using Cloud Scheduler.
This commit is contained in:
Lai Jiang 2023-03-23 14:29:06 -04:00 committed by GitHub
parent 10b9951638
commit 28c671922c
6 changed files with 1 additions and 23 deletions

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--TODO: ptkach - Remove this file after cloud scheduler is fully up and running -->
<cronentries>
</cronentries>

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--TODO: ptkach - Remove this file after cloud scheduler is fully up and running -->
<cronentries>
</cronentries>

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--TODO: ptkach - Remove this file after cloud scheduler is fully up and running -->
<cronentries>
</cronentries>

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--TODO: ptkach - Remove this file after cloud scheduler is fully up and running -->
<cronentries>
</cronentries>

View file

@ -11,9 +11,6 @@
<!-- <!--
This only needs to run once per day, but we launch additional jobs in case the This only needs to run once per day, but we launch additional jobs in case the
cursor is lagging behind, so it'll catch up to the current date eventually. cursor is lagging behind, so it'll catch up to the current date eventually.
See <a href="../../../production/default/WEB-INF/cron.xml">production config</a> for an
explanation of job starting times.
--> -->
<schedule>7 */12 * * *</schedule> <schedule>7 */12 * * *</schedule>
</task> </task>

View file

@ -59,7 +59,7 @@ steps:
else else
project_id="domain-registry-${_ENV}" project_id="domain-registry-${_ENV}"
fi fi
for filename in cron dispatch queue; do for filename in dispatch queue; do
gcloud -q --project $project_id app deploy \ gcloud -q --project $project_id app deploy \
default/WEB-INF/appengine-generated/$filename.yaml default/WEB-INF/appengine-generated/$filename.yaml
done done