I saw the timestamp but was wondering if your code was _only_ creating
the files or if it was still calling the CFHTTP call _and_ creating
the files. In other words, is it the CFHTTP call that triggers it?

Regardless, if it's not your code, that 5 minute timeframe is freaky
and could be something internal to CF.

1. The updater notes for CF7 include a fix for scheduled tasks running
twice. Updater notes are never that detailed so this may be related to
that. Running the updater is at least an option if not already done.

2. If you've already updated and it's still occurring, I know updating
from CF7 is not an option but how about running an instance of Railo
and using it as a glorified scheduled task manager?  It's free, open
source, and newer than CF7. And you wouldn't even have to change your
code as you'd be using it simply for your scheduled tasks.

At a minimum, you could run an instance of it to test if the same
behavior occurs through scheduled tasks created in Railo. That would
help you determine if it's internal to CF7 and its scheduled tasks.

- Gabriel


On Fri, Mar 12, 2010 at 10:21 AM, Bryan S <[email protected]> wrote:
>
> 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:[email protected]]
> 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 <[email protected]> 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:331650
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to