google-nomulus/java/google/registry/dns
mcilwain c989911526 Batch NORDN pull queue task deletions
They were failing because the maximum App Engine task batch size is 1,000, and
we currently have more than 4,000 tasks in the pull queue. We keep re-uploading
those to NORDN because we're unable to delete the tasks after successful upload,
so the leases expire and they get processed again.

Also renames TaskEnqueuer to TaskQueueUtils to reflect its newly expanded role.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=197060903
2018-05-17 21:52:35 -04:00
..
writer Increase Cloud DNS rate limit to 50 QPS 2018-03-06 19:21:54 -05:00
BUILD Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
DnsConstants.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
DnsMetrics.java Add sharded DNS publishing capability 2018-03-06 19:14:26 -05:00
DnsModule.java Make lock index parameters non-optional 2018-04-23 14:19:10 -04:00
DnsQueue.java Add metric for DNS UPDATE latency 2018-02-20 15:54:15 -05:00
DnsWriterProxy.java Requeue domains on wrong DnsWriter. 2017-12-13 12:43:45 -05:00
PublishDnsUpdatesAction.java Remove transition code from [] 2018-04-02 16:35:20 -04:00
ReadDnsQueueAction.java Batch NORDN pull queue task deletions 2018-05-17 21:52:35 -04:00
RefreshDnsAction.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00