| Index: appengine/cmd/logdog_coordinator/vmuser/cron.yaml
|
| diff --git a/appengine/cmd/logdog_coordinator/vmuser/cron.yaml b/appengine/cmd/logdog_coordinator/vmuser/cron.yaml
|
| index 80b6b56ab8084191b8abf358ba0ed9f6a6e23095..db95496db5bc33d649169818c8ff08559ea49b44 100644
|
| --- a/appengine/cmd/logdog_coordinator/vmuser/cron.yaml
|
| +++ b/appengine/cmd/logdog_coordinator/vmuser/cron.yaml
|
| @@ -3,15 +3,10 @@
|
| # found in the LICENSE file.
|
|
|
| cron:
|
| - - description: log stream archivist task creation
|
| - url: /archive/cron/terminal
|
| + - description: log stream archivist task creation for old logs
|
| + url: /archive/cron
|
| target: backend
|
| - schedule: every 1 minutes
|
| -
|
| - - description: log stream archivist task creation for non-terminal logs
|
| - url: /archive/cron/nonterminal
|
| - target: backend
|
| - schedule: every 10 minutes
|
| + schedule: every 30 minutes
|
|
|
| - description: tumble fire_all_tasks invocation
|
| url: /internal/tumble/fire_all_tasks
|
|
|