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>
guillaume 2018-11-20T14:26:46.033500Z

why are tasks sometimes defined in a catalog and sometimes not? not in a catalog https://github.com/onyx-platform/onyx-template/blob/0.14.x/src/leiningen/new/onyx_app/src/onyx_app/jobs/basic.clj in catalog : http://www.onyxplatform.org/docs/user-guide/latest/#_catalog

guillaume 2018-11-20T14:27:07.034100Z

is there a fundamental difference?

manuel 2018-11-20T14:27:51.034700Z

to add to @guillaume.carbonneau question, they are in a catalog in the learn-onyx workshop too

Travis 2018-11-20T15:06:45.035600Z

@guillaume.carbonneau If i recall the example your saying that isn’t in catalog is by having the base job threaded through the add-task calls building up a catalog

guillaume 2018-11-20T15:59:38.036200Z

yeah, why is there 2 methods? is one preferred?

Travis 2018-11-20T16:16:52.036700Z

i believe the add-task does some validation and such. Been awhile