Chromium Code Reviews| Index: appengine/machine_provider/cron.yaml |
| diff --git a/appengine/machine_provider/cron.yaml b/appengine/machine_provider/cron.yaml |
| index bc0e6dab91bd47aaf21c6aa9d29a3db5125a1917..c39c1dbaab1d0a10e41be945f676c927563f4ab1 100644 |
| --- a/appengine/machine_provider/cron.yaml |
| +++ b/appengine/machine_provider/cron.yaml |
| @@ -9,3 +9,8 @@ cron: |
| schedule: every 1 minutes |
| - url: /internal/cron/ts_mon/send |
| schedule: every 1 minutes |
| +## luci-config |
| +#- description: read luci-config configs |
|
M-A Ruel
2016/08/09 19:22:41
why commend out the description?
ryanmartens
2016/08/09 21:16:31
Done.
|
| +# Handled by inclusion of components/config in app.yaml. |
| +- url: /internal/cron/config/update |
| + schedule: every 1 minutes |