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

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

Issue 1224913002: luci-config: fine-grained acls (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: identities in configs Created 5 years, 5 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
« no previous file with comments | « appengine/config_service/common.py ('k') | appengine/config_service/gitiles_import.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Swarming Authors. All rights reserved. 1 # Copyright 2015 The Swarming Authors. All rights reserved.
2 # Use of this source code is governed by the Apache v2.0 license that can be 2 # Use of this source code is governed by the Apache v2.0 license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 cron: 5 cron:
6 6
7 - description: import configs from Gitiles 7 - description: import configs from Gitiles
8 target: backend 8 target: backend
9 url: /internal/cron/luci-config/gitiles_import 9 url: /internal/cron/luci-config/gitiles_import
10 schedule: every 2 minutes 10 schedule: every 10 minutes
11 11
12 ### ereporter2 12 ### ereporter2
13 13
14 - description: ereporter2 cleanup 14 - description: ereporter2 cleanup
15 target: backend 15 target: backend
16 url: /internal/cron/ereporter2/cleanup 16 url: /internal/cron/ereporter2/cleanup
17 schedule: every 1 hours 17 schedule: every 1 hours
18 18
19 - description: ereporter2 mail exception report 19 - description: ereporter2 mail exception report
20 target: backend 20 target: backend
21 url: /internal/cron/ereporter2/mail 21 url: /internal/cron/ereporter2/mail
22 schedule: every 1 hours synchronized 22 schedule: every 1 hours synchronized
OLDNEW
« no previous file with comments | « appengine/config_service/common.py ('k') | appengine/config_service/gitiles_import.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698