Lawrence
Member since Aug 12, 2011
- Profile: /members/8770-lawrence.htm
- Comments: 4
Recent Blog Comments By Lawrence
-
A Big Hole In My Understanding Of ColdFusion Scheduled Tasks
Posted on Aug 13, 2011 at 7:18 PM
@Ben, Depending on the number of records, it actually should not take more than say 3 mins .. actually it only takes about 3 seconds =)... read more »
-
A Big Hole In My Understanding Of ColdFusion Scheduled Tasks
Posted on Aug 12, 2011 at 3:02 PM
@Ben, I already have scheduled the 3 tasks. I guess I'm struggling with how to update my table with a timestamp to indicate that it's "done". How do I know it's done? should I try and retrieve a http status code somehow after the page loads and then check to see what it is and if it's oka... read more »
-
A Big Hole In My Understanding Of ColdFusion Scheduled Tasks
Posted on Aug 12, 2011 at 2:45 PM
@Ben, How do you know that it's completed? Do I just right a routine to do a check of some sort and if that value is what I want then I go on to the next step? My scenario is this: 1. script A will read all new records from a certain point in time and inserts it into another table (Table X). 2. ... read more »
-
A Big Hole In My Understanding Of ColdFusion Scheduled Tasks
Posted on Aug 12, 2011 at 1:48 PM
Hi there, Is there a way to write a "dependency" routine where a task would only executed only if previous scheduled tasks is complete. Is this possible? Maybe a feature request in new CF? Fixed time schedules are no good if the previous task did not successful execute. thanks... read more »