We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Again primarily a question about jobs.iter. Unfortunately this is somewhat related to #138 and #136, so I'll repeat some comments.
jobs.iter
Let's say ts is the timestamp for June 13 2019.
ts
June 13 2019
If I do jobs.iter(startts=ts, count=100) will this
jobs.iter(startts=ts, count=100)
Again, similar question about endts.
endts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 forJune 13 2019
.If I do
jobs.iter(startts=ts, count=100)
will thists
?ts
?ts
?Again, similar question about
endts
.The text was updated successfully, but these errors were encountered: