Delete the "export" task queue

Near as I can tell, it's no longer used by anything.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=127863557
This commit is contained in:
Ben McIlwain 2016-07-19 12:56:59 -07:00 committed by Justine Tunney
parent 8443da5c5c
commit a879afa075

View file

@ -30,15 +30,6 @@
<bucket-size>100</bucket-size>
</queue>
<queue>
<name>export</name>
<rate>10/s</rate>
<bucket-size>100</bucket-size>
<retry-parameters>
<task-retry-limit>1</task-retry-limit>
</retry-parameters>
</queue>
<!-- Queue for launching asynchronous actions (e.g. mapreduces) from async flows. -->
<queue>
<name>flows-async</name>