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

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

Issue 2386793002: Reimplement Machine Provider integration (Closed)
Patch Set: Created 4 years, 2 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
11 11
12 - description: 12 - description:
13 Catch TaskRunResult's where the bot died and failed sending updates. 13 Catch TaskRunResult's where the bot died and failed sending updates.
14 url: /internal/cron/abort_bot_died 14 url: /internal/cron/abort_bot_died
15 schedule: every 1 minutes 15 schedule: every 1 minutes
16 16
17 - description: Catch TaskToRun's that are expired. 17 - description: Catch TaskToRun's that are expired.
18 url: /internal/cron/abort_expired_task_to_run 18 url: /internal/cron/abort_expired_task_to_run
19 schedule: every 1 minutes 19 schedule: every 1 minutes
20 20
21 - description: Manage bots leased from Machine Provider. 21 - description: Configure Machine Provider leases.
22 url: /internal/cron/machine_provider 22 url: /internal/cron/machine_provider_config
23 schedule: every 1 minutes
24
25 - description: Manage Machine Provider leases.
26 url: /internal/cron/machine_provider_manage
23 schedule: every 1 minutes synchronized 27 schedule: every 1 minutes synchronized
24 28
25 - description: Clean up bots leased from Machine Provider.
26 url: /internal/cron/machine_provider_cleanup
27 schedule: every 5 minutes
28
29 - description: Aggregate all bots dimensions for easier sorting. 29 - description: Aggregate all bots dimensions for easier sorting.
30 url: /internal/cron/aggregate_bots_dimensions 30 url: /internal/cron/aggregate_bots_dimensions
31 schedule: every 5 minutes 31 schedule: every 5 minutes
32 32
33 - description: Aggregate all tasks tags for easier sorting. 33 - description: Aggregate all tasks tags for easier sorting.
34 url: /internal/cron/aggregate_tasks_tags 34 url: /internal/cron/aggregate_tasks_tags
35 schedule: every 1 hours 35 schedule: every 1 hours
36 36
37 - description: Enqueue task to handle Pub/Sub messages from Machine Provider.
38 url: /internal/cron/machine_provider_pubsub
39 schedule: every 1 minutes
40
41 ### ereporter2 37 ### ereporter2
42 38
43 - description: ereporter2 cleanup 39 - description: ereporter2 cleanup
44 url: /internal/cron/ereporter2/cleanup 40 url: /internal/cron/ereporter2/cleanup
45 schedule: every 1 hours 41 schedule: every 1 hours
46 42
47 - description: ereporter2 mail exception report 43 - description: ereporter2 mail exception report
48 url: /internal/cron/ereporter2/mail 44 url: /internal/cron/ereporter2/mail
49 schedule: every 1 hours synchronized 45 schedule: every 1 hours synchronized
50 46
51 ### gae_ts_mon 47 ### gae_ts_mon
52 48
53 - description: Send ts_mon metrics 49 - description: Send ts_mon metrics
54 url: /internal/cron/ts_mon/send 50 url: /internal/cron/ts_mon/send
55 schedule: every 1 minutes 51 schedule: every 1 minutes
56 52
57 53
58 ### luci-config 54 ### luci-config
59 55
60 - description: read luci-config configs 56 - description: read luci-config configs
61 # Handled by inclusion of components/config in app.yaml. 57 # Handled by inclusion of components/config in app.yaml.
62 url: /internal/cron/config/update 58 url: /internal/cron/config/update
63 schedule: every 1 minutes 59 schedule: every 1 minutes
OLDNEW
« no previous file with comments | « appengine/components/components/machine_provider/utils.py ('k') | appengine/swarming/handlers_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698