You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nickevansuk Do you think it's worth allowing/requiring providers to supply the Retry-After header so that they can decide how much to push back, allowing them to do things such as prioritisation or exponential back-off?
Great idea @nathansalter! Gladstone already implements this in fact.
So we could amend the above proposal to: "Retry after the interval specified by the Retry-After header, or if not specified after a random interval between 5 and 15 minutes, to ease load from multiple consumers"
The specification currently does not recognise 429, which is common in real-world implementations.
Propose the following is added:
The text was updated successfully, but these errors were encountered: