I have the following task (CF7). The URL that it specifies is not being run.
This is my first task so I assume I'm doing something wrong. I run that url
separately and it works fine. I check my list of scheduled tasks and my task
shows up in that list and appears to be set up the way I expect. However, it
doesn't work. What the heck is wrong with it?
Help. . . please . . .
<cfset start_date = createDate(year(now()),month(now()),day(now()))>
<cfset start_time = createTime(hour(now()),minute(now()),second(now()))>
<cfset start_time = dateAdd('n',5,start_time)>
<cfschedule
action="update"
task="facilities_daily_notification"
interval="600"
operation="httprequest"
startdate="#start_date#"
starttime="#start_time#"
url="http://sph.umd.edu/home/facilities_request/email/daily_notifcation.cfm"
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:333054
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm