| 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
|
|
|