Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stale serial errors blocking synchronization #1416

Open
TechCiel opened this issue Mar 28, 2023 · 1 comment
Open

stale serial errors blocking synchronization #1416

TechCiel opened this issue Mar 28, 2023 · 1 comment

Comments

@TechCiel
Copy link
Contributor

According to pypi/warehouse#12214 , it has been a long-existing problem for the PyPI CDN to serve stale JSON API response, causing persisting error in syncing. This time, the mirror has been broken for over a week.

Could we implement a workaround in bandersnatch, allowing setting aside the problematic package, and continue to sync other packages? That's to say, to force fetch the change log even though the todo file exists?

@cooperlees
Copy link
Contributor

Howdy - Sure has been a long standing issue. #1335 removed our PURGE call that use to assist / workaround this. But as you can see, we have not been able to workaround it.

Could we implement a workaround in bandersnatch, allowing setting aside the problematic package, and continue to sync other packages? That's to say, to force fetch the change log even though the todo file exists?

How do you want to detect the problematic package? From there how should we store problematic package state?

The current workaround is to just rm the TODO file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants