fusionaire
Programmer
Here is my issue:
I am just trying to test the cfschedule functionality, and I think I am doing everything properly, but all I need is for the cfschedule to run only once a day, but it is running once a minute! Any advice will be much appreciated.
<CFSCHEDULE
ACTION="UPDATE"
TASK="EMAIL TEST"
OPERATION="HTTPRequest"
URL="STARTDATE="09/24/00"
STARTTIME="60"
ENDTIME="180"
INTERVAL="Daily"
PUBLISH="no">
I am just trying to test the cfschedule functionality, and I think I am doing everything properly, but all I need is for the cfschedule to run only once a day, but it is running once a minute! Any advice will be much appreciated.
<CFSCHEDULE
ACTION="UPDATE"
TASK="EMAIL TEST"
OPERATION="HTTPRequest"
URL="STARTDATE="09/24/00"
STARTTIME="60"
ENDTIME="180"
INTERVAL="Daily"
PUBLISH="no">