Closed
Bug 987853
Opened 11 years ago
Closed 11 years ago
Loop Server — Add a "retry after" header when doing 503s
Categories
(Hello (Loop) :: Server, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: alexis+bugs, Assigned: rhubscher)
References
Details
Attachments
(1 file)
That's something we've been doing for Sync, that could be useful for us here.
When sent together with an HTTP 503 status code, this header signifies that the server is undergoing maintenance. The client should not attempt any further requests to the server for the number of seconds specified in the header value.
Assignee | ||
Comment 1•11 years ago
|
||
For this bug, I am going to add a value from the configuration file (30s)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rhubscher
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8407385 -
Flags: review?(alexis+bugs)
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Comment on attachment 8407385 [details] [review]
Link to GitHub PR.
Taking over the review, LGTM
Attachment #8407385 -
Flags: review?(alexis+bugs) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
Verified in code. We shall see how well Stage handles 503s :-)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•