| Index: appengine/gce-backend/cron.yaml
|
| diff --git a/appengine/gce-backend/cron.yaml b/appengine/gce-backend/cron.yaml
|
| index 677f03a1ca484430fbcc4c445310669f3e21b6fb..c4f570a08606762f9cb289879abc410b8fa867dc 100644
|
| --- a/appengine/gce-backend/cron.yaml
|
| +++ b/appengine/gce-backend/cron.yaml
|
| @@ -29,6 +29,11 @@ cron:
|
| - url: /internal/cron/find-orphaned-instances
|
| 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
|
| +
|
| - url: /internal/cron/import-config
|
| schedule: every 1 minutes synchronized
|
|
|
|
|