Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(775)

Unified Diff: appengine/gaemiddleware/resources.cfg

Issue 2576923003: Implement config service cache on top of datastore (Closed)
Patch Set: Relocated, fix, split integration test, rebase. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/gaemiddleware/routes.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/gaemiddleware/resources.cfg
diff --git a/appengine/gaemiddleware/resources.cfg b/appengine/gaemiddleware/resources.cfg
index b568dd0ce0dc5c2f5cfc62cdaaf34c8d9d55a669..88ceccfc43b9c7383b92b5c06e8d40dc403dbdbb 100644
--- a/appengine/gaemiddleware/resources.cfg
+++ b/appengine/gaemiddleware/resources.cfg
@@ -5,4 +5,10 @@ cron <
url: "/internal/cron/ts_mon/housekeeping"
description: "tsmon housekeeping task"
schedule: "every 1 minutes"
+
+# This cron task supports the refresh of the datastore cache every 10 minutes.
+cron <
+ url: "/admin/config/cache/manager"
+ description: "LUCI Config datastore cache periodic refresh"
+ schedule: "every 10 minutes"
>
« no previous file with comments | « no previous file | appengine/gaemiddleware/routes.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698