Hi folks,
Problem:
I try create a mirror of pypi.org for a while, but the repository sync task takes ages.
There are 3 subtasks in running mode:
- Fetching Project Metadata: 23529 done
- Associating Content: 314000 done
- Downloading Artifacts: 0 done
I guess the “Downloading Artifacts” will remain at 0 as I have set the Remote policy to " on_demand".
Expected outcome:
complete metadata sync in less than 1 hour
Pulpcore version:
3.49.0
Pulp plugins installed and their versions:
Python 3.11.0
Operating system - distribution and version:
official docker image running on Ubuntu 22.04 LTS
Other relevant data:
- straight connection (corporate), noproxy.
- firewall ok. I could pip install from the official pypi repository.
- Pgsql volume is slightly and slowing growing, so I do think something is happening, traffic is around 100k/s-500k/s
- this container serves other Ubuntu repositories with the DEB pulp plugin and it works great and faster.
What is the unit of the “done” value?
thank you everyone!