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

Unified Diff: appengine/swarming/cron.yaml

Issue 1926443003: swarming: read configs from luci-config (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: unlint Created 4 years, 8 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/swarming/cron.yaml
diff --git a/appengine/swarming/cron.yaml b/appengine/swarming/cron.yaml
index 038c0ecc3064869dad07960548d4185f7fc47bda..96e792275f10187da719bc177edb94099a609ca9 100644
--- a/appengine/swarming/cron.yaml
+++ b/appengine/swarming/cron.yaml
@@ -41,3 +41,12 @@ cron:
- description: Send ts_mon metrics
url: /internal/cron/ts_mon/send
schedule: every 1 minutes
+
+
+### luci-config
+
+- description: read luci-config configs
+ target: backend
+ # 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