| OLD | NEW |
| 1 # Deploy tool AppEngineResources for common GAE middleware. | 1 # Deploy tool AppEngineResources for common GAE middleware. |
| 2 | 2 |
| 3 # Periodically invoke ts_mon housekeeping task. | 3 # Periodically invoke ts_mon housekeeping task. |
| 4 cron < | 4 cron < |
| 5 url: "/internal/cron/ts_mon/housekeeping" | 5 url: "/internal/cron/ts_mon/housekeeping" |
| 6 description: "tsmon housekeeping task" | 6 description: "tsmon housekeeping task" |
| 7 schedule: "every 1 minutes" | 7 schedule: "every 1 minutes" |
| 8 |
| 9 # This cron task supports the refresh of the datastore cache every 10 minutes. |
| 10 cron < |
| 11 url: "/admin/config/cache/manager" |
| 12 description: "LUCI Config datastore cache periodic refresh" |
| 13 schedule: "every 10 minutes" |
| 8 > | 14 > |
| OLD | NEW |