Skip to content

Commit

Permalink
feat: enable retries
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Dec 17, 2024
1 parent 4c63d38 commit 1d9ce2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ servers:
description: Production
x-internal: false

x-speakeasy-retries:
strategy: backoff
backoff:
initialInterval: 500 # 500 milliseconds
maxInterval: 60000 # 60 seconds
maxElapsedTime: 3600000 # 5 minutes
exponent: 1.5
statusCodes:
- 5XX
retryConnectionErrors: true

security:
- OAuth2:
- read
Expand Down Expand Up @@ -632,6 +643,7 @@ webhooks:
tags:
- Bookings
requestBody:
required: true
content:
application/json:
schema:
Expand Down

0 comments on commit 1d9ce2c

Please sign in to comment.