There's a setting on the scheduled task page to set a timeout for that task
alone. You can set it there for 75 (I've got one running at 300). You can
also set the url to have a requesttimeout=75 on it as a variable which will
over-ride the default
http://127.0.0.1/index.cfm?requesttimeout=75

The problem I was having was a bit different and had to do with certain
mappings. the scheduler actually just calls a template that runs a
CFSCHEDULE tag which in turn is actually just calling a template that does a
CFHTTP. A lot of run around which makes hunting down the problem a pain.
Like I said, I'll have a paper on it very soon. I'm in a writing mood. :)

> What type of problems are you having? I had a scheduled verity update
> template that ran fine until I upgraded. After the upgrade, the template
was
> crashing. After investigation, I found that the template took about 45-60
> seconds to update (it is a large collection), and the default timeout was
> set at 30 seconds. I changed the default, and the task has worked fine
> since. However, I am not too excited about having a 75 second timeout as
> default. Any ideas?
>
> Marwan Saidi
> Webmaster
> CED - Concord IS
> [EMAIL PROTECTED]
> 407.741.8645
>
>
> -----Original Message-----
> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 8:31 AM
> To: CF-Talk
> Subject: CF 5 scheduling
>
>
> Has anyone had any problems with the scheduling in CF 5? I've had CF 4.5.2
> and earlier scheduled events running like a champ but 5 doesn't seem to
want
> to budge. Anyone else with this experience?
> I built the new HoF server with CF 5 but I may go back to 4.5.2 if this
> isn't working right.
>
> Michael Dinowitz
> Publisher: Fusion Authority weekly news alert
> (www.fusionauthority.com/alert)
> Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
> (www.houseoffusion.com)
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to