Commit 5768cf5
authored
fix(cw): retry 1 times cw streaming sdk client aws#6798
## Problem
This client is used in many Q features and does not currently allow
retries. This means a single SDK request failure will cause the
operation to fail.
It appears based on the code that this is not intentional, and was
accidentally left unfinished.
## Solution
- allow up to 1 retry.1 parent 9f5b90e commit 5768cf5
File tree
1 file changed
+1
-3
lines changed1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
0 commit comments