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>
kszabo 2019-06-21T12:59:17.003500Z

hey, I have a start-task? lifecycle that takes a long time but it eventually returns true. I can see Onyx retry it periodically. How can I increase this period on a / job basis?

kszabo 2019-06-21T13:45:33.003700Z

:onyx.peer/subscriber-liveness-timeout-ms
            {:doc "Number of ms between heartbeats before a subscriber is determined to be dead."
             :type :integer
             :unit :millisecond
             :default 60000
             :optional? true
             :added "0.10.0"}

            :onyx.peer/publisher-liveness-timeout-ms
            {:doc "Number of ms between heartbeats before a publisher is determined to be dead."
             :type :integer
             :unit :millisecond
             :default 60000
             :optional? true
:added "0.10.0"}

kszabo 2019-06-21T13:45:45.004200Z

these were the settings I was looking for as I was seeing restarts every minute

kszabo 2019-06-21T13:52:31.004600Z

and I see it’s not configurable currently via :job-config

kszabo 2019-06-21T13:52:55.005100Z

only this