666ase / 666a

Work environment email alerts
https://666a.se
Other
0 stars 0 forks source link

Re-send emails that failed due to hitting Sendgrid free tier limit #54

Closed henrycatalinismith closed 3 months ago

henrycatalinismith commented 3 months ago

Found a handful of random legacy failed emails from a million years ago. Removed like so.

User::Notification.email_error.where("created_at < ?", 1.week.ago).each do |n|
  n.email_aborted!
end