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

Unified Diff: appengine/machine_provider/cron.yaml

Issue 2225263004: Adds config component to Machine Provider (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: appengine/machine_provider/cron.yaml
diff --git a/appengine/machine_provider/cron.yaml b/appengine/machine_provider/cron.yaml
index bc0e6dab91bd47aaf21c6aa9d29a3db5125a1917..c39c1dbaab1d0a10e41be945f676c927563f4ab1 100644
--- a/appengine/machine_provider/cron.yaml
+++ b/appengine/machine_provider/cron.yaml
@@ -9,3 +9,8 @@ cron:
schedule: every 1 minutes
- url: /internal/cron/ts_mon/send
schedule: every 1 minutes
+## luci-config
+#- description: read luci-config configs
M-A Ruel 2016/08/09 19:22:41 why commend out the description?
ryanmartens 2016/08/09 21:16:31 Done.
+# Handled by inclusion of components/config in app.yaml.
+- url: /internal/cron/config/update
+ schedule: every 1 minutes

Powered by Google App Engine
This is Rietveld 408576698