Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix(regen): deleteQueue marked as idempotent for retry settings (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 9, 2020
1 parent 1ae972d commit 58af13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,026 deletions.
Expand Up @@ -556,7 +556,7 @@ private static Builder initDefaults(Builder builder) {

builder
.deleteQueueSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("non_idempotent"))
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("idempotent"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("default"));

builder
Expand Down

0 comments on commit 58af13c

Please sign in to comment.