Comment 2 for bug 942874

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/4645
Committed: http://github.com/openstack/nova/commit/8bc87c62a118c75a6cbf69c0edfa3ba5acbf3950
Submitter: Jenkins
Branch: master

commit 8bc87c62a118c75a6cbf69c0edfa3ba5acbf3950
Author: Eoghan Glynn <email address hidden>
Date: Tue Feb 28 20:22:19 2012 +0000

    Provide retry-after guidance on throttled requests

    Fixes bug 942874

    Guide the caller's redrive strategy with a Retry-After hint in
    the 413 response emitted when rate limits are exceeded.

    The simplest format of Retry-After is used, i.e. number of seconds
    as opposed to a HTTP time string.

    Change-Id: I8b1a28f964a111008b1a88d9c0f96c5a0abd8314