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

Implement max crawl depth #460

Closed
vdusek opened this issue Aug 26, 2024 · 2 comments · Fixed by #637
Closed

Implement max crawl depth #460

vdusek opened this issue Aug 26, 2024 · 2 comments · Fixed by #637
Labels
enhancement New feature or request. hacktoberfest t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@vdusek
Copy link
Collaborator

vdusek commented Aug 26, 2024

@vdusek vdusek added enhancement New feature or request. t-tooling Issues with this label are in the ownership of the tooling team. labels Aug 26, 2024
@janbuchar
Copy link
Collaborator

We should also make an issue in JS crawlee as well. Or am I missing a way to limit crawl depth in JS?

@vdusek
Copy link
Collaborator Author

vdusek commented Aug 26, 2024

We should also make an issue in JS crawlee as well. Or am I missing a way to limit crawl depth in JS?

AFAIK there is no such option.

janbuchar pushed a commit that referenced this issue Nov 4, 2024
### Description

<!-- The purpose of the PR, list of the changes, ... -->

- Implements "max crawl depth"

### Issues

<!-- If applicable, reference any related GitHub issues -->

- Closes: #460 

### Testing

<!-- Describe the testing process for these changes -->

- Added tests

### Checklist

- [ ] CI passed
@vdusek vdusek added this to the 102nd sprint - Tooling team milestone Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. hacktoberfest t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
4 participants
@janbuchar @B4nan @vdusek and others