Skip to content

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

Open
@andrewbaxter

Description

@andrewbaxter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions