| OLD | NEW |
| 1 cron: | 1 cron: |
| 2 | 2 |
| 3 ### Old broken stats | 3 ### Old broken stats |
| 4 | 4 |
| 5 - description: Gathers statistics from the logs | 5 - description: Gathers statistics from the logs |
| 6 url: /internal/cron/stats/update | 6 url: /internal/cron/stats/update |
| 7 schedule: every 1 minutes | 7 schedule: every 1 minutes |
| 8 target: backend | 8 target: backend |
| 9 | 9 |
| 10 | 10 |
| 11 ### tasks | 11 ### tasks |
| 12 | 12 |
| 13 - description: | 13 - description: |
| 14 Catch TaskRunResult's where the bot died and failed sending updates. | 14 Catch TaskRunResult's where the bot died and failed sending updates. |
| 15 url: /internal/cron/abort_bot_died | 15 url: /internal/cron/abort_bot_died |
| 16 schedule: every 1 minutes | 16 schedule: every 1 minutes |
| 17 target: backend | 17 target: backend |
| 18 | 18 |
| 19 - description: Catch TaskToRun's that are expired. | 19 - description: Catch TaskToRun's that are expired. |
| 20 url: /internal/cron/abort_expired_task_to_run | 20 url: /internal/cron/abort_expired_task_to_run |
| 21 schedule: every 1 minutes | 21 schedule: every 1 minutes |
| 22 target: backend | 22 target: backend |
| 23 | 23 |
| 24 - description: |
| 25 Clean up stale BotTaskDimensions and TaskDimensions so no composite indexes
are needed. |
| 26 url: /internal/cron/task_queues_tidy |
| 27 schedule: every 10 minutes |
| 28 target: backend |
| 29 |
| 30 |
| 31 ### MP |
| 32 |
| 24 - description: Compute Machine Provider bot utilization. | 33 - description: Compute Machine Provider bot utilization. |
| 25 url: /internal/cron/machine_provider_bot_usage | 34 url: /internal/cron/machine_provider_bot_usage |
| 26 schedule: every 1 minutes | 35 schedule: every 1 minutes |
| 27 target: backend | 36 target: backend |
| 28 | 37 |
| 29 | |
| 30 ### MP | |
| 31 | |
| 32 - description: Configure Machine Provider leases. | 38 - description: Configure Machine Provider leases. |
| 33 url: /internal/cron/machine_provider_config | 39 url: /internal/cron/machine_provider_config |
| 34 schedule: every 1 minutes | 40 schedule: every 1 minutes |
| 35 target: backend | 41 target: backend |
| 36 | 42 |
| 37 - description: Manage Machine Provider leases. | 43 - description: Manage Machine Provider leases. |
| 38 url: /internal/cron/machine_provider_manage | 44 url: /internal/cron/machine_provider_manage |
| 39 schedule: every 1 minutes synchronized | 45 schedule: every 1 minutes synchronized |
| 40 target: backend | 46 target: backend |
| 41 | 47 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 target: backend | 80 target: backend |
| 75 | 81 |
| 76 | 82 |
| 77 ### luci-config | 83 ### luci-config |
| 78 | 84 |
| 79 - description: read luci-config configs | 85 - description: read luci-config configs |
| 80 # Handled by inclusion of components/config in app.yaml. | 86 # Handled by inclusion of components/config in app.yaml. |
| 81 url: /internal/cron/config/update | 87 url: /internal/cron/config/update |
| 82 schedule: every 1 minutes | 88 schedule: every 1 minutes |
| 83 target: backend | 89 target: backend |
| OLD | NEW |