Skip to content

Commit 40e51f8

Browse files
Clarify potentially confusing Retry-After value (json-api#1385)
The description for this http request talked about retrying sooner than 1 second with Retry-After: 0. Using a Retry-After value of 1 was slightly confusing, as it wasn't clear if this was a typo, or demonstrating the general retry case. This commit changes Retry-After to 10 seconds to clearly delineate it from the 0s-1s range.
1 parent 9f47012 commit 40e51f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recommendations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Requests for still-pending jobs **SHOULD** return a status `200 OK`, as the serv
239239
```http
240240
HTTP/1.1 200 OK
241241
Content-Type: application/vnd.api+json
242-
Retry-After: 1
242+
Retry-After: 10
243243
244244
{
245245
"data": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy