Remember that the scheduler only refresh every x minutes where "x" is the
value set in the admin section under
Scheduler Refresh Interval:

the default is 15, so if you set a event to happen in 5 minutes the
scheduler might only pick up that event after is was supposed to run...

~Justin MacCarthy


----- Original Message -----
From: "Craig A. Zingerline" <[EMAIL PROTECTED]>
To: "cf-talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 26, 2000 1:11 PM
Subject: Can't get <cfschedule> to run


> Hello,
>
> I have a simple task that I would like to schedule.  When I run the
> <cfschedule> file, it sets up the task in the CF Administrator area.
> However, the task that is supposed to be run never runs.  Does anyone know
> the solution?  Thanks in advance for your time.
>
> <!--- Here is the tag, which gets added to the CF administrator schedule
> fine --->
>
> <cfschedule action="UPDATE"
> task="task1"
> operation="HTTPRequest"
> startdate="07/25/00"
> starttime="16:22:00"
> url="http://localhost/projects/tests/schedule_test/send_mail.cfm"
> interval="60">
>
> <!--- Here is the task to be performed (send_mail.cfm) --->
>
> <cfmail from="#email#"
> to="#admin_email#"
> subject="schedule test">
> Email text here.................
> </cfmail>
>
> Thanks!
>
> Craig A. Zingerline
> Advanced Media Productions
> Web Application Developer
> [EMAIL PROTECTED]
> Phone:  508.647.5151
> Fax:      508.647.5150
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to