onyx 2018-08-03

congrats to the Onyx team!

Thanks!

Is there a way to directly obtain a list of pending jobs? Best I can see would be to get the list of all non-completed/killed jobs, and filter out those which have allocations.

onyx.api/job-state distinguishes between unallocated and running here: https://github.com/onyx-platform/onyx/blob/0.13.x/src/onyx/api.clj#L430

You could use a similar approach, depending on where the information is coming from

@dave.dixon I’ll have a quick write up for you re: :reduce tasks and local-rt later tonight.

👍 1