mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 12:37:52 +02:00
This makes the usage of DnsQueue.create() safer, since we're no longer forced to hardcode a copy of the @Config("dnsWriteLockTimeout") value within that method. That value is only needed for leaseTasks(), which is only called in one place (ReadDnsQueueAction), so we can just pass it in from that callsite. Also removes an unused overload of leaseTasks() that allowed specifying a tag, which is a feature we no longer need. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136162491 |
||
---|---|---|
.. | ||
writer | ||
BUILD | ||
DnsInjectionTest.java | ||
DnsQueueTest.java | ||
DnsTestComponent.java | ||
PublishDnsUpdatesActionTest.java | ||
ReadDnsQueueActionTest.java | ||
RefreshDnsActionTest.java |