Chromium Code Reviews| Index: appengine/swarming/cron.yaml |
| diff --git a/appengine/swarming/cron.yaml b/appengine/swarming/cron.yaml |
| index 07ff213502359e03c8cfdb5edb1c61a92085820b..4618f5b9ac3c3e69f8cadf080ce1968731d589bc 100644 |
| --- a/appengine/swarming/cron.yaml |
| +++ b/appengine/swarming/cron.yaml |
| @@ -26,6 +26,10 @@ cron: |
| url: /internal/cron/machine_provider_cleanup |
| schedule: every 5 minutes |
| +- description: Aggregate all dimensions for easier sorting. |
|
M-A Ruel
2016/08/04 21:01:14
Aggregate all bot dimensions.
otherwise it could
|
| + url: /internal/cron/aggregate_dimensions |
| + schedule: every 5 minutes |
| + |
| - description: Enqueue task to handle Pub/Sub messages from Machine Provider. |
| url: /internal/cron/machine_provider_pubsub |
| schedule: every 1 minutes |