| Index: appengine/machine_provider/cron.yaml
|
| diff --git a/appengine/machine_provider/cron.yaml b/appengine/machine_provider/cron.yaml
|
| index bc0e6dab91bd47aaf21c6aa9d29a3db5125a1917..482fd4ad5d80b15987c5e62f9b97449d21a1de27 100644
|
| --- a/appengine/machine_provider/cron.yaml
|
| +++ b/appengine/machine_provider/cron.yaml
|
| @@ -9,3 +9,7 @@ cron:
|
| schedule: every 1 minutes
|
| - url: /internal/cron/ts_mon/send
|
| schedule: every 1 minutes
|
| +- description: read luci-config configs
|
| + # Handled by inclusion of components/config in app.yaml.
|
| + url: /internal/cron/config/update
|
| + schedule: every 1 minutes
|
|
|