Class: ExternalServicesStatusJob
- Inherits:
-
Object
- Object
- ExternalServicesStatusJob
- Includes:
- Sidekiq::Job
- Defined in:
- app/sidekiq/external_services_status_job.rb
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
8 9 10 |
# File 'app/sidekiq/external_services_status_job.rb', line 8 def perform ExternalServicesRedis::Status.new.fetch_or_cache end |