framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

Hotfix: Incorrect job-id/entity divide #10

Closed andrewberls closed 9 years ago

andrewberls commented 9 years ago

When we switched to using ready-job-entities in f529bd90db3d279af8cad1b00651ea168a6ec25e , we didn't account for the fact that select-and-reserve was now receiving a list of job entities, not a list of job ids as returned by the status functions.

elliot42 commented 9 years ago

:+1: