I use node-schedule, it's been rock solid and one of the options is a cron style time format. I have nothing ill to say of node-cron, just that node-schedule has worked very well for us.
@Alex - It's very convenient to schedule cache refreshes and monitors with node-schedule vs regular cron, one less thing to configure on the server and that could go wrong. We fork a separate child worker for the scheduled jobs to run on. -John On Mon, Feb 3, 2014 at 8:54 PM, Alex Kocharin <[email protected]> wrote: > > /usr/sbin/cron ? > > > 04.02.2014, 08:27, "Peter Andreas Moelgaard" <[email protected]>: > > Im currently split between choosing one of the two following options for > running cron jobs... > https://github.com/mattpat/node-schedule > https://github.com/ncb000gt/node-cron > > I was wondering what people here prefer and for what reasons... > All comments and thoughts are appreciated... > > Thanks in advance, > Peter > > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- John R. Fitzgerald -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
