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