Skip to content

Commit 9641133

Browse files
committed
adjust changelog
1 parent f2e60cb commit 9641133

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/changelog/116026.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
pr: 116026
2-
summary: Change Elasticsearch timeouts to 429 response instead of 500
2+
summary: Change Elasticsearch timeouts to 429 response instead of 5xx
33
area: Infra/Core
44
type: breaking
55
issues: []
66
breaking:
7-
title: Change Elasticsearch timeouts to 429 response instead of 500
7+
title: Change Elasticsearch timeouts to 429 response instead of 5xx
88
area: REST API
9-
details: When a user supplied timeout is sent with a REST request, and the request
10-
times out, it now returns a 429 response code.
11-
impact: Adjust any code relying on retrying on 500 responses for timeouts to look for 429 response code.
9+
details: When a REST request times out, whether via a per-request timeout, or a system default, the request now returns a 429 response code.
10+
impact: Adjust any code relying on retrying on 5xx responses for timeouts to look for 429 response code.
1211
notable: false

0 commit comments

Comments
 (0)