RE: Scheduled tasks timeout vs. server timeout

2009-11-02 Thread Earl, George
Dave said: > > You can also drop it in the URL like > something.cfm?requestTimeout=600 > > Not since CFMX: > http://kb2.adobe.com/cps/194/tn_19438.html That would help to explain why it's not working. Cameron said: > > Not since CFMX: > > http://kb2.adobe.com/cps/194/tn_19438.html > > You kn

Re: Scheduled tasks timeout vs. server timeout

2009-11-01 Thread Cameron Childress
On Sun, Nov 1, 2009 at 4:49 PM, Dave Watts wrote: >> You can also drop it in the URL like something.cfm?requestTimeout=600 > > Not since CFMX: > http://kb2.adobe.com/cps/194/tn_19438.html You know, I had a suspicion it was deprecated but I didn't confirm it before I posted. For this scheduled t

Re: Scheduled tasks timeout vs. server timeout

2009-11-01 Thread Dave Watts
> You can also drop it in the URL like something.cfm?requestTimeout=600 Not since CFMX: http://kb2.adobe.com/cps/194/tn_19438.html Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in W

RE: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Earl, George
I asked: > If we run a scheduled task manually as described above is > cfsetting\requestTimeout in the code our only recourse for > overriding the server timeout setting? Thanks, everyone. We'll use ?requestTimeout=[seconds] appended to the URL for the scheduled task until we can get the cfset

Re: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Cameron Childress
On Wed, Oct 28, 2009 at 8:41 AM, Earl, George wrote: > If we run a scheduled task manually as described above is > cfsetting\requestTimeout in the code our only recourse for overriding > the server timeout setting? You can also drop it in the URL like something.cfm?requestTimeout=600 -Cameron

re: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Jason Fisher
You can put &requestTimeout=[seconds] right into the URL, IIRC. ~| 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/gr

RE: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Rick Faircloth
Original Message- From: Earl, George [mailto:george.e...@ssa.gov] Sent: Wednesday, October 28, 2009 8:42 AM To: cf-talk Subject: Scheduled tasks timeout vs. server timeout We need to be able to manually run scheduled tasks that take longer to complete than our server timeout setting. By 'm

Re: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Dave Watts
> I understand that the timeout setting for scheduled tasks overrides the > server timeout setting but I assume that works only when the task is run > by the CF scheduler or by running it manually from within the CF > Administrator, is this correct? Yes. When you run any CF URL directly, CF has n

RE: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Robert Harrison
be either/or.  It must be &. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Earl, George [mailto:george.e...@ssa.gov] Sent: Wednesday, October 28, 2009 8:42 AM To: cf-talk Subject: Scheduled tasks timeout vs. server timeout W

Re: Scheduled tasks timeout vs. server timeout

2009-10-28 Thread James Holmes
You could cfschedule a new single run of the template with the chosen timeout. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/10/28 Earl, George : > > We need to be able to manually run scheduled tasks that take longer to > complete than our server timeout s

Scheduled tasks timeout vs. server timeout

2009-10-28 Thread Earl, George
We need to be able to manually run scheduled tasks that take longer to complete than our server timeout setting. By 'manually run' I mean by entering the URL for a scheduled task into the address bar of our browser or by clicking on links to a scheduled task (because we have limited access to CF