Class: HCA::EncryptedSubmissionJob

Inherits:
BaseEncryptedSubmissionJob show all
Defined in:
app/sidekiq/hca/encrypted_submission_job.rb

Constant Summary

Constants inherited from BaseEncryptedSubmissionJob

BaseEncryptedSubmissionJob::VALIDATION_ERROR

Instance Method Summary collapse

Methods inherited from BaseEncryptedSubmissionJob

decrypt_form, #submit

Instance Method Details

#perform(*args) ⇒ Object



18
19
20
21
22
23
# File 'app/sidekiq/hca/encrypted_submission_job.rb', line 18

def perform(*args)
  super
rescue
  @health_care_application.update!(state: 'error')
  raise
end