mirror of
https://github.com/google/nomulus.git
synced 2025-05-31 01:34:05 +02:00
Rename async flow failure backoff config property
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118207124
This commit is contained in:
parent
0c001d805c
commit
f9e1bab1d2
3 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ public final class AsyncFlowUtils {
|
|||
logger.infofmt("Enqueueing async mapreduce action with path %s and params %s", path, params);
|
||||
// Aggressively back off if the task fails, to minimize flooding the logs.
|
||||
RetryOptions retryOptions = RetryOptions.Builder.withMinBackoffSeconds(
|
||||
RegistryEnvironment.get().config().getAsyncDeleteFlowFailureBackoff().getStandardSeconds());
|
||||
RegistryEnvironment.get().config().getAsyncFlowFailureBackoff().getStandardSeconds());
|
||||
TaskOptions options = TaskOptions.Builder
|
||||
.withUrl(path)
|
||||
.retryOptions(retryOptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue