Skip to content

Commit beb1d58

Browse files
authored
Merge pull request #94 from logangingerich/patch-3
Update fixes.yaml
2 parents 7710207 + 88e3b41 commit beb1d58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

fixes.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,15 @@ actions:
174174
- target: $["components"]["schemas"]["Ticket"]["properties"]["strategy"]["enum"]
175175
update:
176176
- saml
177+
- target: $
178+
update:
179+
x-speakeasy-retries:
180+
strategy: backoff
181+
backoff:
182+
initialInterval: 500 # 500 milliseconds
183+
maxInterval: 60000 # 60 seconds
184+
maxElapsedTime: 3600000 # 5 minutes
185+
exponent: 1.5
186+
statusCodes:
187+
- 5XX
188+
retryConnectionErrors: true

0 commit comments

Comments
 (0)