Class: ExternalServicesStatusJob

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/sidekiq/external_services_status_job.rb

Instance Method Summary collapse

Instance Method Details

#performObject



8
9
10
# File 'app/sidekiq/external_services_status_job.rb', line 8

def perform
  ExternalServicesRedis::Status.new.fetch_or_cache
end