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.
Or does it make more sense to handle this sort of thing outside of onyx?
@matt.t.grimm These tasks are generally better suited for outside Onyx in dedicated scheduling software, yeah.
OK thanks!
No problem!