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

Unified Diff: logdog/appengine/cmd/coordinator/vmuser/queue.yaml

Issue 2989333002: [logdog] Replace Tumble with push queues. (Closed)
Patch Set: comments Created 3 years, 4 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
« no previous file with comments | « logdog/appengine/cmd/coordinator/vmuser/app.yaml ('k') | logdog/appengine/coordinator/archivalPublisher.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/appengine/cmd/coordinator/vmuser/queue.yaml
diff --git a/logdog/appengine/cmd/coordinator/vmuser/queue.yaml b/logdog/appengine/cmd/coordinator/vmuser/queue.yaml
index 436fa9d0ccc5511c9e8bad275f02322f63c849b9..9a2cd995c401cb245fad2ec67056396bb2843400 100644
--- a/logdog/appengine/cmd/coordinator/vmuser/queue.yaml
+++ b/logdog/appengine/cmd/coordinator/vmuser/queue.yaml
@@ -12,7 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# TODO(dnj): Delete this queue once the current Tumble backlog has drained.
queue:
- name: "tumble"
rate: 100/s
target: backend
+
+# This queue is responsible for archiving log streams that are either terminal
+# or have expired. This is handled by the "backend" module.
+- name: "archival"
+ rate: 100/s
+ target: backend
« no previous file with comments | « logdog/appengine/cmd/coordinator/vmuser/app.yaml ('k') | logdog/appengine/coordinator/archivalPublisher.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698