Well, why can't you just run the task in instance 1 only (don't run it in all other instances) every 15 mins?
On 11/04/2008, AJ Mercer <[EMAIL PROTECTED]> wrote: > > If you schedule them for same time, they will both fire off at the same > time - can your script handle two simultaneous calls? > > We have four instances and a task we want run every 15 minutes > So instance 1 runs at 00 > instance 2 runs at 15 > instance 3 runs at 30 > instance 4 runs at 45 > > Think of each instance as a separate CF server > Even though they may share the same code > they each have their own APPLICATION scope > > > On Fri, Apr 11, 2008 at 2:32 PM, George Lu <[EMAIL PROTECTED]> wrote: > > > I've got two instances (instance1 & 2) in a cluster on a CF8 server. My > > question is should I enable schedule tasks in both instances or just one of > > instances? > > > > Regards, > > George > > > > > > > > > -- > > AJ Mercer > Web Log: http://webonix.net > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" 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/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
