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>
2018-09-13T16:50:52.000100Z

Here's another potentially easy one. Is there a way to get a list of all running jobs? Possibly inspecting the peer group?

2018-09-13T18:54:42.000100Z

you can do it either by subscribing to the log (and rebuilding the local state), or by querying it using https://github.com/onyx-platform/onyx-peer-http-query which essentially does this for you and exposing it as a http endpoint