Bryan,

You don't by any chance have a cfschedule tag in any of your code?  Maybe 
something is hitting code with a cfschedule tag to automatically recall the 
page in 5 minutes.

That might explain why the second hit is always exactly 5 minutes after the 
original call no matter what the time frame is.

Steve


-----Original Message-----
From: Bryan S [mailto:bryansgroup...@gmail.com] 
Sent: Friday, March 12, 2010 10:21 AM
To: cf-talk
Subject: RE: Phantom Scheduled Tasks


Gabriel

Yes it does write another file five minutes later. Sorry, that is why I
included the time stamps to demonstrate that.

I haven't experienced this with other scheduled tasks but none of the other
scheduled tasks redirect to another URL either.

Bryan

-----Original Message-----
From: Dorioo [mailto:dor...@gmail.com] 
Sent: Friday, March 12, 2010 10:08 AM
To: cf-talk
Subject: Re: Phantom Scheduled Tasks


So it wrote the file again 5 minutes later? Do any of your other
scheduled tasks behave like this one?

- Gabriel

On Fri, Mar 12, 2010 at 9:59 AM, Bryan S <bryansgroup...@gmail.com> wrote:
>
> Gabriel
>
> configNumber is an identifier I put on the URL called by the scheduled
task.
> I pass it all the way through for logging purposes.
>
> This is the contents of the file for the report I want to run:
> \uuidTest52D99D5B-0C5F-3CA2-303F0CF77BC50955\d100312.txt        167
> 3/12/2010 9:49 AM
> {ts '2010-03-12 09:49:05'} The following scheduledId was just executed:
2914
> - arguments.configNumber = 1 - local.uuidForReport =
> 52D99D5B-0C5F-3CA2-303F0CF77BC50955
>
> This is the contents of the file for the report I DO NOT want to run:
> \uuidTest52DE3980-C6AB-230F-FB79BCC2FA5D67E8\d100312.txt        167
> 3/12/2010 9:54 AM
> {ts '2010-03-12 09:54:07'} The following scheduledId was just executed:
2920
> - arguments.configNumber = 1 - local.uuidForReport =
> 52DE3980-C6AB-230F-FB79BCC2FA5D67E8
>
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331648
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to