Project

Profile

Help

Task #7402

Updated by dalley over 3 years ago

Some of the largest packages, such as TensorFlow, can be as large as 340 megabytes in size [0].    Some may even be larger. 

 If such packages are lazily-synced, and a user tries to install them from Pulp, we should ensure that any delays incurred by the delay needed for Pulp in the process of downloading to download these packages in the background does not interfere with the operation of the client making the request to Pulp. 

 A manual test would be acceptable, but an automated test that **is not** part of the standard CI suite would be better. 

 [0] https://pypi.org/project/tensorflow/2.3.0/#files

Back