Open Bug 1317399 Opened 8 years ago Updated 5 years ago

Add cron job to respond to Amazon SNS messages from SES to disable high-bounce bugmails

Categories

(bugzilla.mozilla.org :: General, task)

Production
task
Not set
normal

Tracking

()

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.
See Also: → 1298076
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
Type: defect → task
You need to log in before you can comment on or make changes to this bug.