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>
dbernal 2018-02-28T14:05:14.000632Z

@niamu Ok I see. That's kind of what I was beginning to lean towards. Thanks for the tip!

eelke 2018-02-28T14:58:19.000153Z

I've finished another first draft of passing the boolean through the main. https://github.com/onyx-platform/onyx-dashboard/pull/88

eelke 2018-02-28T14:59:14.000725Z

Thanks @niamu for your submission. I tested it and it does not work as is. But I think you got the right idea to use environment variables

eelke 2018-02-28T15:01:17.000123Z

I adapted it to make it work, you just need to get to the right value in the deployments map of the app-state, but preferably I think it may be better to create a separate route in the server.clj

niamu 2018-02-28T15:33:58.000183Z

Yeah, admittedly mine is a bit hacked in to the current deployment listing route. I rationalized the hack to myself thinking that there may be a future reason to turn off management of only some jobs and not all jobs, but I’m not sure how that would be handled.