Open andrewbaxter opened 4 years ago
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
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
.