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

Unified Diff: appengine/gaemiddleware/resources.cfg

Issue 2988083002: [logdog] Begin migrating to Makefile. (Closed)
Patch Set: git checkout view Created 3 years, 5 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/static/common/build.cfg » ('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
deleted file mode 100644
index 1130db84ef5a25c1b9a449f99b0917444e620fa8..0000000000000000000000000000000000000000
--- a/appengine/gaemiddleware/resources.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
-# Deploy tool AppEngineResources for common GAE middleware.
-
-# Periodically invoke ts_mon housekeeping task.
-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/static/common/build.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698