mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02: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:
parent
85911e0b95
commit
79b2d5a990
3 changed files with 19 additions and 0 deletions
|
@ -193,4 +193,9 @@ public class TestRegistryConfig implements RegistryConfig {
|
|||
public Duration getAsyncDeleteFlowMapreduceDelay() {
|
||||
return Duration.standardSeconds(90);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Duration getAsyncDeleteFlowFailureBackoff() {
|
||||
return Duration.standardMinutes(10);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue