Skip to content

GREG-390: Handle 550 error

tkm requested to merge GREG-390-handle-550-error into master

Unhandled 550 errors that occur when sending email to an invalid email cause the task to retry indefinitely, creating a lot of noise in Sentry. We now handle these errors so that the task stops, and log a warning instead.

Merge request reports