mirror of
https://github.com/google/nomulus
synced 2026-05-28 10:40:44 +00:00
Implement retry for transient errors in WHOIS server
We now attempt to retry Whois queries in the event of a short-lived error. Currently, we consider 'DatastoreTimeoutException' and 'DatastoreFailureException' as transient. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152044934
This commit is contained in:
@@ -35,7 +35,7 @@ public interface WhoisResponse {
|
||||
/** Returns the time at which this response was created. */
|
||||
DateTime getTimestamp();
|
||||
|
||||
/** A wraper class for the plaintext response of a WHOIS command and its number of results. */
|
||||
/** A wrapper class for the plaintext response of a WHOIS command and its number of results. */
|
||||
@AutoValue
|
||||
abstract static class WhoisResponseResults {
|
||||
public abstract String plainTextOutput();
|
||||
|
||||
Reference in New Issue
Block a user