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

Side by Side Diff: appengine/gaemiddleware/resources.cfg

Issue 2988083002: [logdog] Begin migrating to Makefile. (Closed)
Patch Set: git checkout view Created 3 years, 4 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/static/common/build.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Deploy tool AppEngineResources for common GAE middleware.
2
3 # Periodically invoke ts_mon housekeeping task.
4 cron <
5 url: "/internal/cron/ts_mon/housekeeping"
6 description: "tsmon housekeeping task"
7 schedule: "every 1 minutes"
8 >
9
10 # This cron task supports the refresh of the datastore cache every 10 minutes.
11 cron <
12 url: "/admin/config/cache/manager"
13 description: "LUCI Config datastore cache periodic refresh"
14 schedule: "every 10 minutes"
15 >
OLDNEW
« no previous file with comments | « no previous file | appengine/static/common/build.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698