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

add option to retry before failing #254

Open
rajatjindal opened this issue Feb 7, 2023 · 0 comments
Open

add option to retry before failing #254

rajatjindal opened this issue Feb 7, 2023 · 0 comments

Comments

@rajatjindal
Copy link

Is your feature request related to a problem? Please describe.
during our testing we noticed sometimes a link returns 404 but on retrying a couple of times, it works ok. This create noise in ci pipelines.

Describe the solution you'd like
If we could retry a configured number of times automatically, it would help mitigate such intermittent issues

Describe alternatives you've considered

  • tried option to retry using get if head fails
  • custom script on top of blc to retry the links, using curl, that are reported as broken

Additional context
happy to provide more info if needed and also if this looks like an acceptable request, I am happy to try working on an implementation for this.

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

No branches or pull requests

1 participant