Project

Profile

Help

Issue #1561

Updated by dkliban@redhat.com about 8 years ago

In order to make sure that no mongo cursor timeout occurs we need to make sure that all profiles are read into memory at once. The code that does this is located here[0]. 

 [0] https://github.com/pulp/pulp/blob/pulp-2.8.0-0.1.beta/server/pulp/server/managers/consumer/applicability.py#L145-L147 https://github.com/pulp/pulp/blob/master/server/pulp/server/managers/consumer/applicability.py#L145-L147

Back