Actions
Feature #595
closedAdd exception notifier
Start date:
Due date:
% Done:
100%
Estimated time:
4.00 h
Compatible Redmine Version:
Pull Request Link:
Description
In order to recognise errors as soon as possible and even if the user does not report each observed error we should implement an exception notifier.
For doing so, there is the rails gem exception_notifier which provides exactly that feature. Decide what kind of notifier should be used and prepare a configuration attribute for disabling the notifier.
Integrate the notifier with this option
rails g exception_notification:install --resque
Provide an option in admin area for disabling the notifier.
Updated by liaham over 3 years ago
- Description updated (diff)
- Estimated time set to 4.00 h
Updated by liaham about 3 years ago
- Status changed from New to Closed
- Assignee set to liaham
- % Done changed from 0 to 100
- Affected component set to xmera-omnia-operations
Actions