summaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/cron.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/cron.xml')
-rw-r--r--src/main/webapp/WEB-INF/cron.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/cron.xml b/src/main/webapp/WEB-INF/cron.xml
index 2dc72f8..78beefb 100644
--- a/src/main/webapp/WEB-INF/cron.xml
+++ b/src/main/webapp/WEB-INF/cron.xml
@@ -33,4 +33,10 @@ Copyright 2016 Google Inc. All Rights Reserved.
<schedule>every 5 mins</schedule>
<timezone>America/Los_Angeles</timezone>
</cron>
+ <cron>
+ <url>/cron/vts_spreadsheet_sync_job</url>
+ <description>Sync google spreadsheet data with datastore entity.</description>
+ <schedule>every day 00:30</schedule>
+ <timezone>America/Los_Angeles</timezone>
+ </cron>
</cronentries> \ No newline at end of file