Skip to content

Silently ignores ActiveRecord::RecordNotFound errors for ActiveJob deserialization

License

Notifications You must be signed in to change notification settings

Absolventa/active_job-rnf

Repository files navigation

ActiveJob::RNF Build Status

Based on the assumption that a queued job has lost its raison d'être when its argument had been deleted, ActiveJob::RNF ignores deserialization errors originating from a failed attempt to load that resource.

Usage

Add this to your Gemfile:

gem 'active_job-rnf'

It will automatically infect ActiveJob::Base.

Changelog

See releases.

About

Silently ignores ActiveRecord::RecordNotFound errors for ActiveJob deserialization

Resources

License

Stars

Watchers

Forks

Packages

No packages published