diff options
-rw-r--r-- | app/jobs/active_storage/purge_job.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/jobs/active_storage/purge_job.rb b/app/jobs/active_storage/purge_job.rb index 87eb19815d..815f908e6c 100644 --- a/app/jobs/active_storage/purge_job.rb +++ b/app/jobs/active_storage/purge_job.rb @@ -1,3 +1,4 @@ +# Provides delayed purging of attachments or blobs using their `#purge_later` method. class ActiveStorage::PurgeJob < ActiveJob::Base # FIXME: Limit this to a custom ActiveStorage error retry_on StandardError |