i created cfadmin
run scheduled task in background. created chained task. code is:
<cfschedule task="run" name="runthetask"> <cflocation addtoken="no" url="message.cfm">
i sending user message.cfm
page, make sure give them message page being processed. close browser. however, cfschedular
never runs. coldfusion-out.log
shows called, nothing happens. if call in browser, works.
i want run task when call page. page calls newpage.cfm
in browser, contains code above. confused why not working. type of scheduled task should add?
Comments
Post a Comment