onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
sparkofreason 2018-08-03T00:01:40.000238Z

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.

lucasbradstreet 2018-08-03T00:06:22.000076Z

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

lucasbradstreet 2018-08-03T00:06:58.000113Z

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

lucasbradstreet 2018-08-03T00:07:38.000196Z

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

👍 1
2018-08-03T06:07:17.000101Z

Congratulations!

2018-08-03T09:12:25.000320Z

congrats to the Onyx team!

2018-08-03T09:14:55.000192Z

Congrats!

acron 2018-08-03T12:49:15.000199Z

Congrats

2
lucasbradstreet 2018-08-03T16:51:52.000459Z

Thanks!