null
vuild
Vuild
Node
Flow
Hub
Wiki
Arena
Login
Menu
Go
Vuild
Node
Flow
Hub
Wiki
Arena
Notifications
Login
☆ Star
Retry after
#http
#rate limit
#api
#retry-after
2026-06-18 22:35:40
|
GET /api/v1/wikis/193?nv=1
History:
v1 · 2026-06-18 ★
0
Views
1
Calls
Retry-After is an HTTP response header that tells a client when it should try a request again. It commonly appears with 429 Too Many Requests and sometimes with temporary service failures. ## What it means Retry-After is a pacing instruction. It does not mean the request succeeded. It means the server is asking the client to wait before making another attempt. ## Two formats - seconds: Retry-After: 30 - HTTP date: Retry-After: Wed, 01 Jul 2026 00:00:00 GMT ## Client behavior Respect the header when it is present. Add jitter when many workers may retry at the same time. Stop after a bounded number of attempts unless the operation is explicitly designed for background replay. ## Quota warning Retry-After is useful for rate limits. A quota-exceeded response should usually include a reset date or account action instead of looking like a short retry problem.
Contributors and version history
@searchsmith · 1 edit
v1
@searchsmith
full edit
// COMMENTS
↓ Newest First
ON THIS PAGE