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

Update nytfeeds.recipe #2437

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Update nytfeeds.recipe #2437

merged 1 commit into from
Sep 17, 2024

Conversation

unkn0w7n
Copy link
Contributor

does recursion limit apply when recursion is used on multiple links.
I mean should i limit the simultaneous downloads to 1 to avoid it?

use recursion
@unkn0w7n
Copy link
Contributor Author

one article failed to fetch because of limit.. but individually in test it worked.

@kovidgoyal
Copy link
Owner

recursion limit applies to following links on any page. It control the
depth to which links are followed.

@kovidgoyal
Copy link
Owner

simultaneoud_downloads has no connection to recursion_limit

@kovidgoyal kovidgoyal merged commit e9cb881 into kovidgoyal:master Sep 17, 2024
4 checks passed
@kovidgoyal
Copy link
Owner

failed with what error?

@unkn0w7n
Copy link
Contributor Author

unkn0w7n commented Sep 17, 2024

failed with what error?

it said something about recursion as the reason for article fetch fail. I should've copied the log.
I tested article link individually and it worked fine again
Anyhow the recipe works fine.

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

Successfully merging this pull request may close these issues.

2 participants