1 2 3 4 5 6 7
class ActiveVault::PurgeJob < ActiveJob::Base retry_on ActiveVault::StorageException def perform(blob) blob.purge end end