Delete unused queue delete-commits

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=200062584
This commit is contained in:
mcilwain 2018-06-11 09:27:08 -07:00 committed by Ben McIlwain
parent 8f666ad017
commit 5fdd7a15ca
2 changed files with 0 additions and 12 deletions

View file

@ -135,9 +135,6 @@ explicitly marked as otherwise.
(BRDA) files to a location where they are available to ICANN. The (BRDA) files to a location where they are available to ICANN. The
`RdeStagingReducer` (part of the RDE MapReduce) creates these tasks at the `RdeStagingReducer` (part of the RDE MapReduce) creates these tasks at the
end of generating an RDE dump. end of generating an RDE dump.
* `delete-commits` -- Cron queue for tasks to regularly delete commit logs
that are more than thirty days stale. These tasks execute the
`DeleteOldCommitLogsAction`.
* `dns-pull` -- A pull queue to enqueue DNS modifications. Cron regularly runs * `dns-pull` -- A pull queue to enqueue DNS modifications. Cron regularly runs
`ReadDnsQueueAction`, which drains the queue, batches modifications by TLD, `ReadDnsQueueAction`, which drains the queue, batches modifications by TLD,
and writes the batches to `dns-publish` to be published to the configured and writes the batches to `dns-publish` to be published to the configured

View file

@ -28,15 +28,6 @@
<mode>pull</mode> <mode>pull</mode>
</queue> </queue>
<queue>
<name>delete-commits</name>
<rate>10/s</rate>
<bucket-size>100</bucket-size>
<retry-parameters>
<task-retry-limit>1</task-retry-limit>
</retry-parameters>
</queue>
<queue> <queue>
<name>export-commits</name> <name>export-commits</name>
<rate>10/s</rate> <rate>10/s</rate>