Class ReadDnsRefreshRequestsAction

java.lang.Object
google.registry.dns.ReadDnsRefreshRequestsAction
All Implemented Interfaces:
Runnable

public final class ReadDnsRefreshRequestsAction extends Object implements Runnable
Action for fanning out DNS refresh tasks by TLD, using data taken from DnsRefreshRequest table.
  • Method Details

    • run

      public void run()
      Reads requests up to the maximum requested runtime, and enqueues update batches from the these requests.
      Specified by:
      run in interface Runnable