Add notification logic for OrcaHello subscribers #188
Labels
2024-hackathon
Goals or issues for the 2024 annual Microsoft hackathon
notification system
Issues relating to the notification system
For OrcaHello subscribers who want to take "protection opportunities" we would like customized emails to be sent.
Problem statement
Previously, an email was sent via SendGrid every time a candidate was approved by a moderator. This can result in the subscribers getting an email as frequently as every minute or so -- which for some may be annoying.
A proposed improvement would use the less expensive AWS SES service discovered by @skanderm and used for notifying moderators of human detections and the ~4,000 member list of
Concerned Community Scientists
and meet the following requirement forsubscriber
notifications:Proposed solution:
Implement this logic within the OrcaHello Notification system code:
new-confirmed-candidate-datetime
from the `most-recent-coBe sure to throttle the send rate to stay below ~14 emails/sec.
Final steps:
The text was updated successfully, but these errors were encountered: