-
Notifications
You must be signed in to change notification settings - Fork 35
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
Hide links from old versions in link checker #2466
Comments
Hmm, the real source of the problem seems to be earlier (in the background job, not during link replacement):
So I'll blame our inconsistent database at the moment, I don't think there is a new bug in the link checker, just the existing one (with the root cause DjangoAdminHackers/django-linkcheck#168) |
Since this happened again after a few days, it seems to be relevant enough that we need a more informative error message here. |
Do you have a method to reproduce the bug locally? |
No, it's not possible to reproduce the race condition deterministically. |
Describe the Bug
Internal server error will be caused during link replacement in the broken link list.
Steps to Reproduce
Expected Behavior
The link will be successfully updated.
Actual Behavior
Internal server error occurs
Additional Information
This issue is related to #2465
Traceback
The text was updated successfully, but these errors were encountered: