Class: HCA::AnonEncryptedSubmissionJob

Inherits:
BaseEncryptedSubmissionJob show all
Defined in:
app/sidekiq/hca/anon_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



7
8
9
10
11
12
# File 'app/sidekiq/hca/anon_encrypted_submission_job.rb', line 7

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