Kue: Scheduled Recurring Tasks

Created on 26 Nov 2013  Â·  4Comments  Â·  Source: Automattic/kue

Is there any functionality for scheduling a recurring task like Cron?

Question

Most helpful comment

@CMCDragonkai

Though this issue has been closed.
You may check kue-scheduler

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RodH257 picture RodH257  Â·  3Comments

JacksonGariety picture JacksonGariety  Â·  10Comments

jasonwatt picture jasonwatt  Â·  4Comments

alexbudin picture alexbudin  Â·  5Comments

mogadanez picture mogadanez  Â·  3Comments