google-nomulus/java/google/registry/env
mcilwain 00ea99960a Improve efficiency of async contact and host deletion with batching
This allows handling of N asynchronous deletion requests simultaneously instead
of just 1.  An accumulation pull queue is used for deletion requests, and the
async deletion [] is now fired off whenever that pull queue isn't empty,
and processes many tasks at once.  This doesn't particularly take more time,
because the bulk of the cost of the async delete operation is simply iterating
over all DomainBases (which has to happen regardless of how many contacts and
hosts are being deleted).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133169336
2016-09-19 11:47:55 -04:00
..
alpha Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
common Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
crash Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
local Convert straggler GAE modules to basic-scaling 2016-09-14 15:33:57 -04:00
production Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
sandbox Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00