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

Do startts and endts limit results or adjust them? #139

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

Do startts and endts limit results or adjust them? #139

andrewbaxter opened this issue Nov 13, 2019 · 0 comments

Comments

@andrewbaxter
Copy link

Again primarily a question about jobs.iter. Unfortunately this is somewhat related to #138 and #136, so I'll repeat some comments.

Let's say ts is the timestamp for June 13 2019.

If I do jobs.iter(startts=ts, count=100) will this

  • Return 100 jobs where the most recent job is the first job chronologically before ts?
  • Return 100 jobs where the oldest job is the first job chronologically after ts?
  • Return 100 jobs starting from the most recent job, where no job is before ts?

Again, similar question about endts.

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