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>
2018-04-09T19:47:29.000342Z

Does onyx have a facility for scheduling tasks to be executed at a specific time in the future? If not, I was thinking I might be able to compare the current time with a scheduled time value in the event within the :lifecycle/start-task? fn.

2018-04-09T19:49:54.000428Z

Or does it make more sense to handle this sort of thing outside of onyx?

michaeldrogalis 2018-04-09T19:56:42.000500Z

@matt.t.grimm These tasks are generally better suited for outside Onyx in dedicated scheduling software, yeah.

2018-04-09T19:57:43.000641Z

OK thanks!

michaeldrogalis 2018-04-09T20:00:29.000273Z

No problem!