On Mon, 15 Feb 2016 14:19:12 -0700
Scott Robison <scott at casaderobison.com> wrote:

> Each job will take some amount of time to process. The order doesn't
> matter as long as all jobs are eventually processed and you have a
> single process running the jobs. Limit 1 is a reasonable way to grab
> a single job.

Reasonable, perhaps, but not logical.  The logical approach is to use a
feature in the data to select the "single job".  One obvious way in
your example would be to use min(jobid) or somesuch.  

--jkl

Reply via email to