Is there any functionality for scheduling a recurring task like Cron?
No, but you can write a wrapper which takes advantage of delay and attempts to schedule a recurring task. You may include Cron style syntax with available node.js cron modules.
Any plans in implementing it in the core? I need an infinite attempts.
Not yet, since there are higher priority issues and lack of resources.
You can write a job complete event handler which creates a new job with
needed delay for the next recurring event of yours.(i.e. a job per
recurring event) It can be blind (infinite) or with a termination logic.
On Tue, Nov 26, 2013 at 12:57 PM, Roger Qiu [email protected]:
Any plans in implementing it in the core? I need an infinite attempts.
—
Reply to this email directly or view it on GitHubhttps://github.com/LearnBoost/kue/issues/261#issuecomment-29277956
.
@CMCDragonkai
Though this issue has been closed.
You may check kue-scheduler
Most helpful comment
@CMCDragonkai
Though this issue has been closed.
You may check kue-scheduler