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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | appengine/gaemiddleware/routes.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Deploy tool AppEngineResources for common GAE middleware. 1 # Deploy tool AppEngineResources for common GAE middleware.
2 2
3 # Periodically invoke ts_mon housekeeping task. 3 # Periodically invoke ts_mon housekeeping task.
4 cron < 4 cron <
5 url: "/internal/cron/ts_mon/housekeeping" 5 url: "/internal/cron/ts_mon/housekeeping"
6 description: "tsmon housekeeping task" 6 description: "tsmon housekeeping task"
7 schedule: "every 1 minutes" 7 schedule: "every 1 minutes"
8
9 # This cron task supports the refresh of the datastore cache every 10 minutes.
10 cron <
11 url: "/admin/config/cache/manager"
12 description: "LUCI Config datastore cache periodic refresh"
13 schedule: "every 10 minutes"
8 > 14 >
OLDNEW
« 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