On Wed, Jan 25, 2012 at 11:41 PM, Jennifer Lehmann wrote:
> I have a scheduled task that generates over 5,000 email.  It runs at 10:00 PM 
> CST and in CF8 ran without error.
> In CF9 it runs the memory up and crashes after 20 minutes into the task.

If you have scheduled task problems, check if you have debugging
enabled on the server. Since scheduling requests originate from
localhost they are likely to be in the debugging IP address filter and
will generate a ton of debugging info. Normal requests aren't from
localhost and will not generate the debugging info, so you will not
notice that debugging is enabled under normal operation.

Jochem

-- 
Jochem van Dieten
http://jochem.vandieten.net/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6983
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-server/unsubscribe.cfm

Reply via email to