mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
22f3dfe3cb
Fix that a storage upload error would leave behind a stuck-pending ActionMailbox::InboundEmail that could never be processed. The message isn't lost: the SMTP relay sees an HTTP server error and defers message delivery. We just have spurious, non-actionable InboundEmails stuck pending and tripping monitoring. This does still leave behind an unattached ActiveStorage::Blob with no corresponding object on the storage service, but that's less annoying. |
||
---|---|---|
.. | ||
inbound_email | ||
inbound_email.rb | ||
record.rb |