CFSCHEDULE issue
Hello, everyone.
Just kind of playing around, a bit, trying to learn some tags I've never used, before. Now I'm working with CFSCHEDULE, and have an issue that I am not sure how to go about troubleshooting.
I have three scheduled tasks in my CF Admin, one of them named "Collections_Daily_I".
I have the following code in a .cfm page:
<cfschedule action="run" task="Collections_Daily_I" requesttimeout="10800" />
Every time I load this page, the browser will look busy, the icon is moving indicating that it's waiting for some kind of response, and that will last for about 60 seconds, then I get an error message:
The request has exceeded the allowable time limit: cfhttp
Didn't I just increase the time limit to three hours???
Any clues as to what is happening?
Thank you,
^_^