天翼云对象存储(OOS经典版)I型HTTP REST接口Backoff说明
文档简介:
Backoff说明
当OOS系统服务繁忙,暂时不可使用时,OOS会返回客户端503响应状态码和Retry-After响应头。示例如下:
HTTP/1.1 503 Service Unavailable
x-ctyun-request-id: abdcf4945d14406a-30383a4b4e4948542d6b6e696854
Retry-After: 90
Date: Tue, 6 May 2014 08:02:58 GMT
Content-Length: 133
Content-Type: text/xml
Connection: close
Server: CTYUN
Backoff说明
当OOS系统服务繁忙,暂时不可使用时,OOS会返回客户端503响应状态码和Retry-After响应头。示例如下:
HTTP/1.1 503 Service Unavailable
x-ctyun-request-id: abdcf4945d14406a-30383a4b4e4948542d6b6e696854
Retry-After: 90
Date: Tue, 6 May 2014 08:02:58 GMT
Content-Length: 133
Content-Type: text/xml
Connection: close
Server: CTYUN
<?xml version='1.0' encoding='UTF-8'?>
<Error>
<Code>SlowDown</Code>
<Message>Please reduce your request rate.</Message>
</Error>