Comment 10 for bug 1889372

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (stable/train)

Reviewed: https://review.opendev.org/745323
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=8b379fb9f0528a1b7b034d1a3f5e1fcfe64201ef
Submitter: Zuul
Branch: stable/train

commit 8b379fb9f0528a1b7b034d1a3f5e1fcfe64201ef
Author: Alex Schultz <email address hidden>
Date: Thu Aug 6 09:21:59 2020 -0600

    Add exponential backoff to ratelimited requests

    If we're ratelimited on a request, we should retry the request but back
    off significantly. Previously we're not really handling 429 any
    different than other requests which may lead to the requests being
    retried too quickly.

    Change-Id: I3832332abdfd7daaf373dc0924fec268f159d774
    Related-Bug: #1889372
    Related-bug: #1889122
    (cherry picked from commit d4f6eb64d4a54cfa90d4c1572ef54495f151fea5)