I vaguely remember a module to manage scheduled ta...
# box-products
r
I vaguely remember a module to manage scheduled tasks. Does such a thing exist?
b
Sort of
Except it's not a module and there's no GUI built for managing anything
ColdBox does have a scheduler functionality where you can use a DSL to define "tasks" to execute on a schedule inside your app
r
Oh no I meant a programmatical way to manage them
👍 1
This built in one will do fine as I have always rolled my own