Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement Infinite Loop Detection for Web Crawler #15

Open
MertenD opened this issue Jul 28, 2023 · 0 comments
Open

Implement Infinite Loop Detection for Web Crawler #15

MertenD opened this issue Jul 28, 2023 · 0 comments
Labels
bug Something isn't working Feature

Comments

@MertenD
Copy link
Owner

MertenD commented Jul 28, 2023

Implement a system for detecting infinite loops in the web crawler. Currently, the program crashes when executing a crawler that contains an infinite loop. There are two potential solutions: log the failure and let the user figure out the loop for themselves, or detect and prevent the creation of infinite loops during the crawler construction phase.

grafik

@MertenD MertenD added bug Something isn't working Feature labels Jul 28, 2023
@MertenD MertenD added this to the Node-based Editing milestone Jul 28, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working Feature
Projects
None yet
Development

No branches or pull requests

1 participant