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

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..6942cf70eada3b5a9841c37e7f98332d167a8491 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
M-A Ruel 2016/08/09 21:18:52 you can remove this line, it's clear from the desc
ryanmartens 2016/08/10 12:12:13 Done.
+- description: read luci-config configs
+ # 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