mirror of
https://github.com/google/nomulus
synced 2026-04-18 15:25:15 +00:00
Cut over to batched DNS refreshing on host renames
TESTED=I deployed it on alpha, renamed some hosts, and verified that the [] ran as expected. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134991941
This commit is contained in:
@@ -211,14 +211,5 @@ public interface RegistryConfig {
|
||||
*/
|
||||
public String getCheckApiServletRegistrarClientId();
|
||||
|
||||
/**
|
||||
* Returns the amount of time to back off following an async flow task failure.
|
||||
*
|
||||
* This should be ~orders of magnitude larger than the rate on the queue, in order to prevent
|
||||
* the logs from filling up with unnecessarily failures.
|
||||
*/
|
||||
// TODO(b/26140521): Remove this configuration option along with non-batched async operations.
|
||||
public Duration getAsyncFlowFailureBackoff();
|
||||
|
||||
// XXX: Please consider using ConfigModule instead of adding new methods to this file.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user