Hhhmm wouldn't that be considered a bug? I better test this out cause I've
got an important app rolling out that integrates with the scheduler...doh

Stace

-----Original Message-----
From: Rob Rohan [mailto:rob@;cardinalweb.com] 
Sent: Thursday, October 31, 2002 2:55 PM
To: CF-Talk
Subject: CFMX Schedule Tasks - Keep on truckin'

If you programmatically add a schedule task like:

<CFSCHEDULE
  ACTION="Update"
  TASK="#attributes.jobName#"
  URL="http://myserver/myTask.cfm
  OPERATION="httprequest"
  STARTDATE="#DateFormat(Now())#"
  STARTTIME="#TimeFormat(BaseTime,'H:mm:ss tt')#"
  PUBLISH="no"
  INTERVAL="3600"
  REQUESTTIMEOUT="9000"
>

And then later (after it has run) you do

<CFSCHEDULE
  TASK="#attributes.jobName#"
  ACTION="DELETE"
>

The job doesn't stop.

Even though it doesn't show anywhere (neo-cron.xml or in the Factory), it
still runs. Over and Over. It doesn't stop unless one restarts the service.
And one can not delete the task as it does not exist.

Just thought you should know - it might be on the Cold Fusion Certified
Developer test, or on the little Macromedia flash test.

:)

Rob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to