Class: MHV::PhrUpdateJob

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

Instance Method Summary collapse

Instance Method Details

#perform(icn, mhv_correlation_id) ⇒ Object



15
16
17
18
19
# File 'app/sidekiq/mhv/phr_update_job.rb', line 15

def perform(icn, mhv_correlation_id)
  run_refresh(icn) if mhv_user?(mhv_correlation_id)
rescue => e
  handle_errors(e)
end