Ask a Question related to Macromedia ColdFusion, Design and Development.
-
nedflanders #1
scheduled task running to long.
I have a Scheduled Task that runs and downloads content from another server.
this task has a 300 sec timeout on it (set in the admin) however, the task
continues to run and wait for the other server. This causes our server to hose.
how can i force CF to kill the task if it goes over the time limit? or is there
any other ways to handle this? thanks NF
nedflanders Guest
-
Scheduled task doesn't run...
Hi, I've setup a daily scheduled task in CF server admin (an intranet page which does all kind of updates to a table in SQL Server). But it... -
Scheduled Task
:confused; I just setup a scheduled task that will send out emails if certain conditions are met in the query within the template page. When I... -
Scheduled Task running twice
I just upgraded to CFMX7, and now my scheduled tasks are running twice. They run on time and when they are supposed to run, but do so 2 times right... -
how scheduled a task in mx7
Hi all, I want set up scheduled task through windows scheduled task. do you know which application file (exe) should I include. before I used... -
Scheduled Task on DC Win2003
Hello, When I schedule a task on Domain Controller Windows 2003 for backup Active directory for example, the task do execute only once... -
TurboMini #2
Re: scheduled task running to long.
Ned, Is your scheduled task a URL called by the admin? If so, you may try
adding a 'requesttimeout' querystring parameter. How is your task getting
content from the other server? CFHTTP? If so, you could add a timeout to that
call as well. 5 minutes is a long time, eh?
TurboMini Guest
-
nedflanders #3
Re: scheduled task running to long.
Originally posted by: TurboMini Ned, Is your scheduled task a URL called by
the admin? If so, you may try adding a 'requesttimeout' querystring parameter.
How is your task getting content from the other server? CFHTTP? If so, you
could add a timeout to that call as well. 5 minutes is a long time, eh? Yes,
the task are URLs in the cf admin. I have the requesttimeout value set to 300
in the admin for that task. I will try setting the time out on the cfhttp call
itself to see if that helps. You wouldnt think 5 mins would kill the server
but it sure seems to. and its a brand new server. go figure.
nedflanders Guest



Reply With Quote

