mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Skip mailer job retries when a record no longer exists (#9590)
Fix #8666
This commit is contained in:
parent
6a2d030c2f
commit
240c122767
1 changed files with 3 additions and 0 deletions
3
config/initializers/delivery_job.rb
Normal file
3
config/initializers/delivery_job.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ActionMailer::DeliveryJob.class_eval do
|
||||
discard_on ActiveJob::DeserializationError
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue