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

Documentation conflicts regarding jobs.iter limits #135

Open
andrewbaxter opened this issue Nov 13, 2019 · 0 comments
Open

Documentation conflicts regarding jobs.iter limits #135

andrewbaxter opened this issue Nov 13, 2019 · 0 comments

Comments

@andrewbaxter
Copy link

andrewbaxter commented Nov 13, 2019

In the documentation for jobs.iter it says

retrieve all jobs for a spider
.>>> spider.jobs.iter()

however if there's an implicit limit of 1000 results then this will not return all jobs for a spider, only if there are equal to or fewer than 1000 jobs for the spider. I don't believe there's a method in the API to get all jobs for a spider at this time.

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

No branches or pull requests

1 participant