Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1709)

Unified Diff: appengine/cmd/logdog_coordinator/vmuser/cron.yaml

Issue 1863973002: LogDog: Update to archival V2. (Closed) Base URL: https://github.com/luci/luci-go@grpcutil-errors
Patch Set: Code review comments, use Pub/Sub, archival staging, quality of life. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | appengine/cmd/logdog_coordinator/vmuser/index.yaml » ('j') | appengine/logdog/coordinator/archivalPublisher.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698