Skip to content

Broken links ("Warning: cURL error 7: Failed to connect") #1714

Answered by marcelklehr
nunesgh asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @nunesgh!

Welcome to the community and thank you for the great question(s)!

What happens now? Is the Bookmarks app expected to retry fetching that link in the future? If so, how long after the last unsuccessful attempt?

The App has a background job, that regularly crawls all links and will revisit a link after 28 days.

How exactly does the Bookmarks app behave when it comes to checking for broken links?

The app will consider a link as broken if one of the following is the case:

  • A GET request to the URL returns a 404 status code
  • A GET request to the URL takes longer than 10 seconds to establish the connection
  • A GET request to the URL takes longer than 10 seconds until the response …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nunesgh
Comment options

@marcelklehr
Comment options

Answer selected by marcelklehr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants