Class: Athar::RetentionJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/athar/retention_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(max_age: nil, max_count: nil, batch_size: nil, max_batches: nil) ⇒ Object



7
8
9
# File 'lib/athar/retention_job.rb', line 7

def perform(max_age: nil, max_count: nil, batch_size: nil, max_batches: nil)
  Athar::Retention.prune!(max_age:, max_count:, batch_size:, max_batches:)
end