| Index: appengine/swarming/cron.yaml
|
| diff --git a/appengine/swarming/cron.yaml b/appengine/swarming/cron.yaml
|
| index 7ed4e38600056202a84ad64ff81a13b2ce97a8b5..36673e09773e294592ecafe311ca2fb1b17baa7a 100644
|
| --- a/appengine/swarming/cron.yaml
|
| +++ b/appengine/swarming/cron.yaml
|
| @@ -30,6 +30,10 @@ cron:
|
| url: /internal/cron/aggregate_bots_dimensions
|
| schedule: every 5 minutes
|
|
|
| +- description: Aggregate all tasks tags for easier sorting.
|
| + url: /internal/cron/aggregate_tasks_tags
|
| + schedule: every 1 hours
|
| +
|
| - description: Enqueue task to handle Pub/Sub messages from Machine Provider.
|
| url: /internal/cron/machine_provider_pubsub
|
| schedule: every 1 minutes
|
|
|