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

Unified Diff: milo/appengine/frontend/cron.yaml

Issue 2755273003: Milo: Split pubsub and the prpc api out to its own modules (Closed)
Patch Set: Created 3 years, 9 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: milo/appengine/frontend/cron.yaml
diff --git a/milo/appengine/frontend/cron.yaml b/milo/appengine/frontend/cron.yaml
index eb45f32c9deb909a52758cc424fa3f847b4357d3..e643b625724171ba50a384e62e81ec92629f6e80 100644
--- a/milo/appengine/frontend/cron.yaml
+++ b/milo/appengine/frontend/cron.yaml
@@ -5,6 +5,6 @@ cron:
- description: Update luci config
url: /admin/update
schedule: every 1 minutes
-- description: LUCI Config datastore cache periodic refresh
- url: /admin/config/cache/manager
- schedule: every 10 minutes
+ - description: LUCI Config datastore cache periodic refresh
hinoka 2017/03/17 23:45:33 This was inadvertently broken earlier...
+ url: /admin/config/cache/manager
+ schedule: every 10 minutes

Powered by Google App Engine
This is Rietveld 408576698