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

Apply the retrying logic at each step when following redirects #260

Open
aeqz opened this issue Dec 27, 2022 · 0 comments
Open

Apply the retrying logic at each step when following redirects #260

aeqz opened this issue Dec 27, 2022 · 0 comments

Comments

@aeqz
Copy link
Contributor

aeqz commented Dec 27, 2022

Clarification and motivation

After the work done in #250 , we allow to configure Xrefcheck to follow redirects in a rule-based way that is applied through all the links in a redirect chain. However, the retrying logic that we apply when validating external resources is applied to the entire redirect chain and not at each one of its requests.

Acceptance criteria

  • The retrying behavior is applied at each request when following redirects, instead of to the entire chain.
  • When a redirect is followed, the progress bar handles it in some way that we discuss to be appropriate.
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

1 participant