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

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
« no previous file with comments | « appengine/machine_provider/config.py ('k') | appengine/machine_provider/handlers_endpoints.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/machine_provider/cron.yaml
diff --git a/appengine/machine_provider/cron.yaml b/appengine/machine_provider/cron.yaml
index bc0e6dab91bd47aaf21c6aa9d29a3db5125a1917..482fd4ad5d80b15987c5e62f9b97449d21a1de27 100644
--- a/appengine/machine_provider/cron.yaml
+++ b/appengine/machine_provider/cron.yaml
@@ -9,3 +9,7 @@ cron:
schedule: every 1 minutes
- url: /internal/cron/ts_mon/send
schedule: every 1 minutes
+- description: read luci-config configs
+ # Handled by inclusion of components/config in app.yaml.
+ url: /internal/cron/config/update
+ schedule: every 1 minutes
« no previous file with comments | « appengine/machine_provider/config.py ('k') | appengine/machine_provider/handlers_endpoints.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698