mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 07:43:37 +02:00
Remove unused dns-cron queue
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132884314
This commit is contained in:
parent
b9b2829f7c
commit
cee08d48f2
2 changed files with 72 additions and 83 deletions
|
@ -7,18 +7,6 @@
|
|||
<bucket-size>5</bucket-size>
|
||||
</queue>
|
||||
|
||||
<queue>
|
||||
<name>dns-cron</name>
|
||||
<!-- There is no point allowing more than 10/s because the pull queue that feeds
|
||||
this job will refuse to service more than 10 qps. See
|
||||
https://cloud.google.com/appengine/docs/java/javadoc/com/google/appengine/api/taskqueue/Queue#leaseTasks-long-java.util.concurrent.TimeUnit-long- -->
|
||||
<rate>10/s</rate>
|
||||
<bucket-size>100</bucket-size>
|
||||
<retry-parameters>
|
||||
<task-retry-limit>1</task-retry-limit>
|
||||
</retry-parameters>
|
||||
</queue>
|
||||
|
||||
<queue>
|
||||
<name>dns-pull</name>
|
||||
<mode>pull</mode>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue