[Feature Request]: Basic Health Check Endpoint to verify if a URL is accessible before running a full crawl operation. #1385
PATAKAMURIVENKATAGANESH
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What needs to be done?
Add a simple URL health check method to AsyncWebCrawler that allows users to quickly verify if a URL is accessible before running a full crawl operation.
What problem does this solve?
Current Pain Points:
All of the above can solved as it does:
Target users/beneficiaries
Current alternatives/workarounds
No response
Proposed approach
class AsyncWebCrawler:
async def health_check(self, url: str, timeout: float = 10.0) -> Dict[str, Any]:
"""
Perform quick accessibility check on URL
Beta Was this translation helpful? Give feedback.
All reactions