Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tallenaz committed Aug 31, 2018
1 parent 8904043 commit 6c148ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/jobs/moab_replication_audit_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def perform(complete_moab)
check_aws_replicated_zipped_moab_version(zmv, results)
end

# Temporary fix for workflow-service throwing exceptions
# because some error reports from MoabReplicationAudit are too long
# results.report_results(logger)
end

Expand Down
2 changes: 2 additions & 0 deletions app/services/audit_results.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ class AuditResults
].freeze

HONEYBADGER_REPORT_CODES = [
# Temporary fix for Honeybadger throttling prescat
# because of too messages sent from MoabReplicationAudit
# MOAB_FILE_CHECKSUM_MISMATCH,
# ZIP_PART_NOT_FOUND,
# ZIP_PART_CHECKSUM_MISMATCH,
Expand Down

0 comments on commit 6c148ac

Please sign in to comment.