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

Side by Side 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 unified diff | Download patch
OLDNEW
1 cron: 1 cron:
2 - description: Send ts_mon metrics 2 - description: Send ts_mon metrics
3 url: /internal/cron/ts_mon/housekeeping 3 url: /internal/cron/ts_mon/housekeeping
4 schedule: every 1 minutes 4 schedule: every 1 minutes
5 - description: Update luci config 5 - description: Update luci config
6 url: /admin/update 6 url: /admin/update
7 schedule: every 1 minutes 7 schedule: every 1 minutes
8 - description: LUCI Config datastore cache periodic refresh 8 - description: LUCI Config datastore cache periodic refresh
hinoka 2017/03/17 23:45:33 This was inadvertently broken earlier...
9 url: /admin/config/cache/manager 9 url: /admin/config/cache/manager
10 schedule: every 10 minutes 10 schedule: every 10 minutes
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698