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?
: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"}
these were the settings I was looking for as I was seeing restarts every minute
and I see it’s not configurable currently via :job-config
only this