Open
Description
exceptions are not raised for 5XX errors from SendGrid even with raise_delivery_errors
option
sendgrid-actionmailer/lib/sendgrid_actionmailer.rb
Lines 295 to 298 in 135d244
Why only for 4XX erros?
If exceptions are not raised for 5XX errors, it behaves as if it has succeeded.
So we can't notice SendGrid incidents like this even if they occur.
And ActionJob retry or AWS SQS retry or something won't be triggered.
Here's the simple solution: #119
Metadata
Metadata
Assignees
Labels
No labels