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

Side by Side Diff: appengine/swarming/cron.yaml

Issue 1926443003: swarming: read configs from luci-config (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: unlint Created 4 years, 7 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 # TODO(maruel): Use a backend and use everywhere: 1 # TODO(maruel): Use a backend and use everywhere:
2 # target: backend 2 # target: backend
3 cron: 3 cron:
4 - description: Trigger the cleanup of old data and orphaned blobs 4 - description: Trigger the cleanup of old data and orphaned blobs
5 url: /internal/cron/trigger_cleanup_data 5 url: /internal/cron/trigger_cleanup_data
6 schedule: every 6 hours 6 schedule: every 6 hours
7 7
8 - description: Gathers statistics from the logs 8 - description: Gathers statistics from the logs
9 url: /internal/cron/stats/update 9 url: /internal/cron/stats/update
10 schedule: every 1 minutes 10 schedule: every 1 minutes
(...skipping 23 matching lines...) Expand all
34 34
35 - description: ereporter2 mail exception report 35 - description: ereporter2 mail exception report
36 url: /internal/cron/ereporter2/mail 36 url: /internal/cron/ereporter2/mail
37 schedule: every 1 hours synchronized 37 schedule: every 1 hours synchronized
38 38
39 ### gae_ts_mon 39 ### gae_ts_mon
40 40
41 - description: Send ts_mon metrics 41 - description: Send ts_mon metrics
42 url: /internal/cron/ts_mon/send 42 url: /internal/cron/ts_mon/send
43 schedule: every 1 minutes 43 schedule: every 1 minutes
44
45
46 ### luci-config
47
48 - description: read luci-config configs
49 target: backend
50 # Handled by inclusion of components/config in app.yaml.
51 url: /internal/cron/config/update
52 schedule: every 1 minutes
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698