Project

Profile

Help

Issue #8576

Updated by ipanova@redhat.com about 3 years ago

It appears that the if having `wait` wait set for 5 seconds, 5, the client will always back-off for 5 seconds https://github.com/pulp/pulp_container/blob/master/pulp_container/app/registry_api.py#L661, the exponential backoff in this case won't be triggered. https://github.com/pulp/pulp_container/blob/master/pulp_container/app/registry_api.py#L661 

 https://github.com/pulp/pulp_container/pull/289#issuecomment-820524896

Back