mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Get rid of deprecated rde-staging queue
It's no longer used by the current RDE system. Also, remove an unused Dagger @PRovides method for the rde-upload queue. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122164826
This commit is contained in:
parent
a8544100fa
commit
8f986d6f55
2 changed files with 0 additions and 21 deletions
|
@ -172,15 +172,6 @@
|
|||
</retry-parameters>
|
||||
</queue>
|
||||
|
||||
<queue>
|
||||
<name>rde-staging</name>
|
||||
<rate>1/m</rate>
|
||||
<max-concurrent-requests>10</max-concurrent-requests>
|
||||
<retry-parameters>
|
||||
<task-age-limit>4h</task-age-limit>
|
||||
</retry-parameters>
|
||||
</queue>
|
||||
|
||||
<queue>
|
||||
<name>brda</name>
|
||||
<rate>1/m</rate>
|
||||
|
|
|
@ -56,16 +56,4 @@ public final class RdeModule {
|
|||
static Queue provideQueueRdeReport() {
|
||||
return getQueue("rde-report");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Named("rde-staging")
|
||||
static Queue provideQueueRdeStaging() {
|
||||
return getQueue("rde-staging");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Named("rde-upload")
|
||||
static Queue provideQueueRdeUpload() {
|
||||
return getQueue("rde-upload");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue