D. Krmpotic wrote:> Is it possible to somehow make Exception notifier not send the same
> exception many times on the email? If you have a lot of users and they
> all hit the same problem, then you get spammed.
> Thanx
> david
detto, also wondering about this...
all have seen that might suit this atm are
- not sending emails right off, but sticking into a table and processing
asynchronously (that process could then filter duplicates)
- not sending email at all, using Exception Logger for exception
monitoring.
haven''t gotten around to trying either yet
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---