Open
Bug 1317399
Opened 9 years ago
Updated 6 years ago
Add cron job to respond to Amazon SNS messages from SES to disable high-bounce bugmails
Categories
(bugzilla.mozilla.org :: General, task)
Tracking
()
NEW
People
(Reporter: dylan, Unassigned)
References
Details
Implementation details on this:
This needs to use Paws::SNS (https://metacpan.org/pod/Paws::SNS)
That module depends on Moose, which would normally be a "no".
However since it is the only high-quality module, and this code only needs to run as a cronjob once a day, we can add an amazon_sns feature that depends on Paws::SNS, and only the cron job will need to ever load the module.
| Reporter | ||
Updated•9 years ago
|
Summary: Add cron job to respond to Amazon SNS messages when from SES to disable high-bounce bugmails → Add cron job to respond to Amazon SNS messages from SES to disable high-bounce bugmails
Updated•6 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•