This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-27
Channels
- # alda (21)
- # announcements (7)
- # beginners (70)
- # boot (95)
- # braid-chat (28)
- # bristol-clojurians (2)
- # cider (22)
- # clara (4)
- # cljsjs (13)
- # cljsrn (40)
- # clojure (93)
- # clojure-argentina (1)
- # clojure-art (1)
- # clojure-miami (3)
- # clojure-norway (1)
- # clojure-portugal (2)
- # clojure-russia (39)
- # clojure-sg (3)
- # clojurescript (25)
- # clojurian-chat-app (4)
- # community-development (5)
- # conf-proposals (20)
- # cursive (48)
- # datomic (39)
- # devcards (5)
- # dirac (4)
- # editors (2)
- # events (11)
- # funcool (65)
- # hoplon (95)
- # jobs (12)
- # ldnclj (4)
- # lein-figwheel (2)
- # leiningen (1)
- # om (311)
- # onyx (20)
- # philosophy (4)
- # proton (41)
- # re-frame (83)
- # reagent (49)
- # ring-swagger (3)
- # spacemacs (8)
- # yada (5)
wow. we haven’t even got done testing with 0.8.4. you guys rock!
@robert-stuttaford: it's really only one version as we had to rerelease because of an issue with 1.8
sorry, i meant about your changes in 0.8.5
Hehe, just meant that you're not truly 2 versions behind ;)
i know heh
Big release though :)
@lucasbradstreet: when i use :onyx/restart-pref-fn
would it be reasonable to build in a few seconds sleep to the restart-pred-fn
?
@mccraigmccraig: yeah, that might be a good idea to reduce churn
cool - that's all working then - awesome support @lucasbradstreet 😄
Great. Btw, it should fix the original cause but not whatever issue caused it to not work when you submitted a new job.
yeah, i'll see if that happens again - that's as likely to have been caused by me messing around as by an onyx problem
@lucasbradstreet: one other thing is there any reason not to just return true
from the restart-pred-fn
, given that i pretty much want my input tasks to pick themselves up whatever happens...
Not really. Cognician returns true from all of their tasks. For long running prod jobs it's what I'd recommend. Then I'd make sure monitoring is up to scratch. If you see an issue, kill the job and start a new one
@mccraigmccraig: just a heads up - we’ll be deprecating restart-pred-fn in a future release, but it should be super easy to translate to our new method. It’s basically just a lifecycle fn rather than a task-map option
We’re currently making it solid, which is why I don’t recommend it yet
yeah, i saw the GH issue about that
cool, thanks
@robert-stuttaford: onyx-datomic 0.8.6.1 has been released with a bug fix similar to the kafka one I fixed for @mccraigmccraig
thanks, Lucus!