Project

Profile

Help

Issue #8151

Updated by ipanova@redhat.com about 3 years ago

https://docs.docker.com/registry/spec/api/#errors-2 

 It can happen that resources we are referencing during pull/push calls are locked by a pulp task- Namespace, Distribution, Repo. 

 In that case we should return a tomanyrequests 429 DENIED error code. 

 If this won't work out - then we should look into how to acquire locks/release them outside of task during pull/push operations.

Back