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-07-29T14:25:36.000021Z

@lellis I set :lifecycle/handle-exception to return :restart.

👍 1
sparkofreason 2018-07-29T14:43:28.000045Z

@lucasbradstreet Thanks, I'll check into that. In the meantime, looks like I could use the onyx-peer-http-query to set up a liveness check in k8s, getting k8s to restart the peer if the /health endpoint returns a 500. Presumably if I catch "bad" latency early enough, recycling the peer will allow the job to keep running.

sparkofreason 2018-07-29T15:21:13.000029Z

Any thoughts on choice of threshold?