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

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

Issue 1910633006: LogDog: Support per-namespace expired archival. (Closed) Base URL: https://github.com/luci/luci-go@logdog-coordinator-svcdec
Patch Set: Bugfixes, updates, works. 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/queue.yaml
diff --git a/appengine/cmd/logdog_coordinator/vmuser/queue.yaml b/appengine/cmd/logdog_coordinator/vmuser/queue.yaml
index bf8a9bf9b47d65003b1dbbbdf58a79f55cbe3c0a..bf3e9fe45733719c07aed915c86bd7776697647e 100644
--- a/appengine/cmd/logdog_coordinator/vmuser/queue.yaml
+++ b/appengine/cmd/logdog_coordinator/vmuser/queue.yaml
@@ -17,3 +17,8 @@ queue:
max_backoff_seconds: 6
max_doublings: 7
target: backend
+
+ # Push queue for per-project archival expired log scans.
+ - name: archive-expired-scans
+ target: backend
+ rate: 20/s
« no previous file with comments | « no previous file | appengine/logdog/coordinator/archival.go » ('j') | appengine/logdog/coordinator/backend/archiveCron.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698