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

Unified Diff: appengine/gce-backend/cron.yaml

Issue 2243923002: Refactors GCE backend config updates. (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/gce-backend/config_test.py ('k') | appengine/gce-backend/handlers_cron.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/gce-backend/cron.yaml
diff --git a/appengine/gce-backend/cron.yaml b/appengine/gce-backend/cron.yaml
index 677f03a1ca484430fbcc4c445310669f3e21b6fb..c4f570a08606762f9cb289879abc410b8fa867dc 100644
--- a/appengine/gce-backend/cron.yaml
+++ b/appengine/gce-backend/cron.yaml
@@ -29,6 +29,11 @@ cron:
- url: /internal/cron/find-orphaned-instances
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
+
- url: /internal/cron/import-config
schedule: every 1 minutes synchronized
« no previous file with comments | « appengine/gce-backend/config_test.py ('k') | appengine/gce-backend/handlers_cron.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698