We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee1f22 commit 57cfc32Copy full SHA for 57cfc32
docs/changelog/116026.yaml
@@ -5,8 +5,8 @@ type: breaking
5
issues: []
6
breaking:
7
title: Change Elasticsearch timeouts to 429 response instead of 500
8
- area: Infra/Core
9
- details: Please describe the details of this change for the release notes. You can
10
- use asciidoc.
11
- impact: Please describe the impact of this change to users
+ area: REST API
+ details: When a user supplied timeout is sent with a REST request, and the request
+ times out, it now returns a 429 response code.
+ impact: Adjust any code relying on retrying on 500 responses for timeouts to look for 429 response code.
12
notable: false
0 commit comments