I imagine you can use something like Celery ( has been recommended on this list before: http://celeryproject.org/ ) to queue email tasks and handle them in a single background process.
_Nik On 12/8/2011 4:42 AM, Sam Berry wrote: > Hello there, > > I am currently running a number of small sites using logging via email > to notify me of 404s and server errors. The volume of email produced > is perfectly manageable due to the low level of traffic. > > It does occur to me that it would be very easy to disrupt the site by > simply sending repeated requests which trigger a 404 Not Found. I'm > sure 10 404s a second would completely shutdown the process to normal > requests due to the time taken to send the log emails. I'm not using a > message queueing system. > > I would like to keep the option of receiving logging emails. Is there > anything I can do to throttle or limit the email sending without > writing my own logging handler? > > Any thoughts would be much appreciated. > > Many thanks, > Sam Berry > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.