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

Unified Diff: appengine/gce-backend/handlers_cron.py

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/cron.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/gce-backend/handlers_cron.py
diff --git a/appengine/gce-backend/handlers_cron.py b/appengine/gce-backend/handlers_cron.py
index cf5acfa2ecefabb9e68e7510286aa5197cafb5ec..58b58ec42d44c042891ba85c79a40f09deaa7b61 100644
--- a/appengine/gce-backend/handlers_cron.py
+++ b/appengine/gce-backend/handlers_cron.py
@@ -34,7 +34,7 @@ class ConfigImportHandler(webapp2.RequestHandler):
@decorators.require_cronjob
def get(self):
- config.update_config()
+ config.update_template_configs()
class ConfigProcessHandler(webapp2.RequestHandler):
« no previous file with comments | « appengine/gce-backend/cron.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698