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

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

Issue 2989333002: [logdog] Replace Tumble with push queues. (Closed)
Patch Set: 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
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..201817d39a0c378a90c81e436f0ae77b027ae91f 100644
--- a/logdog/appengine/cmd/coordinator/vmuser/queue.yaml
+++ b/logdog/appengine/cmd/coordinator/vmuser/queue.yaml
@@ -12,7 +12,15 @@
# 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.
+queue:
+- name: "archival"
+ rate: 100/s
+ target: backend

Powered by Google App Engine
This is Rietveld 408576698