Cooper Lees
Cooper Lees
1) Would all 4 mirrors come from the same Internet routable IP address? If so, that would probably be getting rate limited. 2) I'd personally recommend deleting these packages from...
Yes, depending on your config. Please share your bandersnatch.conf here and I can look / try reproduce your behavior.
Sorry, I've been busy. This is always going to be plugins. We do not have good interop testing. Any PRs to help this will be appreciated. There are some unittests,...
The fetching metadata is pulling the JSON metadata from PyPI.org: https://github.com/pypa/bandersnatch/blob/main/src/bandersnatch/master.py#L237 - It's a https call, so you maybe need to down your `workers` config setting? (parallel operations) - The...
1) Be away stat just checks for the files existence - Not that it's valid / same as the file on PyPI (e.g. you could 1/2 download a file) 2)...
Can't find it ... ``` [cooper@cooper-fedora-MJ0BWXDF bandersnatch]$ grep -R 'Contents: ' src/* ``` So I did a quick scan of debug logging elsewhere: ``` grep -R 'logger\.debug' src/bandersnatch_storage_plugins/* ``` Found...
Will try and look into this over the weekend and see if I can reproduce ...
So I was able to repro with using the `size_project_metadata ` plugin ... So the bug is in there ... Debug run with plugin enabled: ``` crl-m1:~ cooper$ /tmp/tb/bin/bandersnatch -c...
Thanks for digging in and explaining why things happened.
I think we should advertise that we'd love a fix for the *size_project_metadata* plugin + it's a known issue.