Class: Masks::ExpireRecoveriesJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/masks/expire_recoveries_job.rb

Overview

Job for deleting recovies requests that passed their expiration time.

This job delegates its work to the configured Masks::Adapter, specifically calling #expire_recoveries.

See Also:

Instance Method Summary collapse

Instance Method Details

#performObject



11
12
13
# File 'app/jobs/masks/expire_recoveries_job.rb', line 11

def perform
  Masks.configuration.expire_recoveries
end