forked from luci/luci-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcron.yaml
More file actions
51 lines (38 loc) · 1.38 KB
/
cron.yaml
File metadata and controls
51 lines (38 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# TODO(maruel): Use a backend and use everywhere:
# target: backend
cron:
- description: Trigger the cleanup of old data and orphaned blobs
url: /internal/cron/trigger_cleanup_data
schedule: every 6 hours
- description: Gathers statistics from the logs
url: /internal/cron/stats/update
schedule: every 1 minutes
- description:
Catch TaskRunResult's where the bot died and failed sending updates.
url: /internal/cron/abort_bot_died
schedule: every 1 minutes
- description: Catch TaskToRun's that are expired.
url: /internal/cron/abort_expired_task_to_run
schedule: every 1 minutes
- description: Manage bots leased from Machine Provider.
url: /internal/cron/machine_provider
schedule: every 1 minutes synchronized
- description: Clean up bots leased from Machine Provider.
url: /internal/cron/machine_provider_cleanup
schedule: every 5 minutes
### ereporter2
- description: ereporter2 cleanup
url: /internal/cron/ereporter2/cleanup
schedule: every 1 hours
- description: ereporter2 mail exception report
url: /internal/cron/ereporter2/mail
schedule: every 1 hours synchronized
### gae_ts_mon
- description: Send ts_mon metrics
url: /internal/cron/ts_mon/send
schedule: every 1 minutes
### luci-config
- description: read luci-config configs
# Handled by inclusion of components/config in app.yaml.
url: /internal/cron/config/update
schedule: every 1 minutes