← Back to team overview

mahara-contributors team mailing list archive

[Bug 1009301] A change has been merged

 

Reviewed:  https://reviews.mahara.org/1304
Committed: http://gitorious.org/mahara/mahara/commit/043024552fa28f29c8feeb1ddfa0a3da74b967ec
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit 043024552fa28f29c8feeb1ddfa0a3da74b967ec
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Wed Jun 6 15:39:24 2012 +1200

    Cut down on similar failed notification notifications (bug #1009301)
    
    When trying to notify the site admins about notification failures,
    drop similar notifications during a single cron run.
    
    Change-Id: Idcaecd01fcbfd035d57e967d4e9ac10efeb75180
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1009301

Title:
  Too many admin notifications about notification failures

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When a notification method throws an exception, Mahara tries to notify
  all the site admins to warn them that a "User notification error was
  probably caused by your server configuration."

  This can fill up the notification_internal_activity table.  The number
  of these messages can be reduced by not trying to notify the admins
  when the admin notification itself fails, and by sending them once
  only per cron run.

  See https://mahara.org/interaction/forum/topic.php?id=3829 and
  https://mahara.org/interaction/forum/topic.php?id=4578

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1009301/+subscriptions


References