mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
Implement 10 min backoff for failed async deletes
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117945626
This commit is contained in:
@@ -256,4 +256,12 @@ public interface RegistryConfig {
|
||||
* committed, and could potentially miss the reference.
|
||||
*/
|
||||
public Duration getAsyncDeleteFlowMapreduceDelay();
|
||||
|
||||
/**
|
||||
* Returns the amount of time to back off following an async delete 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.
|
||||
*/
|
||||
public Duration getAsyncDeleteFlowFailureBackoff();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user