Sha256: d0b4f9078ff4cc061baf4e107c333e8a48860ba9c96bc93af9fbe130ca881f9d

Contents?: true

Size: 398 Bytes

Versions: 116

Compression:

Stored size: 398 Bytes

Contents

# frozen_string_literal: true

# Provides asynchronous purging of ActiveStorage::Blob records via ActiveStorage::Blob#purge_later.
class ActiveStorage::PurgeJob < ActiveStorage::BaseJob
  queue_as { ActiveStorage.queues[:purge] }

  discard_on ActiveRecord::RecordNotFound
  retry_on ActiveRecord::Deadlocked, attempts: 10, wait: :exponentially_longer

  def perform(blob)
    blob.purge
  end
end

Version data entries

116 entries across 112 versions & 10 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/activestorage-7.0.8.7/app/jobs/active_storage/purge_job.rb
activestorage-7.0.8.7 app/jobs/active_storage/purge_job.rb
activestorage-7.0.8.6 app/jobs/active_storage/purge_job.rb
activestorage-6.1.7.10 app/jobs/active_storage/purge_job.rb
activestorage-6.1.7.9 app/jobs/active_storage/purge_job.rb
activestorage-7.0.8.5 app/jobs/active_storage/purge_job.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/activestorage-7.0.8.4/app/jobs/active_storage/purge_job.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/activestorage-7.0.5.1/app/jobs/active_storage/purge_job.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/activestorage-7.0.5.1/app/jobs/active_storage/purge_job.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/activestorage-7.0.5.1/app/jobs/active_storage/purge_job.rb
activestorage-7.0.8.4 app/jobs/active_storage/purge_job.rb
activestorage-6.1.7.8 app/jobs/active_storage/purge_job.rb
activestorage-7.0.8.1 app/jobs/active_storage/purge_job.rb
activestorage-6.1.7.7 app/jobs/active_storage/purge_job.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activestorage-7.0.3.1/app/jobs/active_storage/purge_job.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activestorage-7.0.2.3/app/jobs/active_storage/purge_job.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/activestorage-6.1.6.1/app/jobs/active_storage/purge_job.rb
activestorage-7.1.0.beta1 app/jobs/active_storage/purge_job.rb
activestorage-7.0.8 app/jobs/active_storage/purge_job.rb
activestorage-7.0.7.2 app/jobs/active_storage/purge_job.rb