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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to