Skip to content

Commit

Permalink
added ZSF message to queue exhastion logic
Browse files Browse the repository at this point in the history
  • Loading branch information
danlim715 committed Oct 25, 2024
1 parent db3655c commit 303054d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lighthouse/benefits_claims/intent_to_file/monitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def track_create_itf_exhaustion(itf_type, form, error)
form_start_date: form&.created_at&.to_s,
user_account_uuid: form&.user_account_id
}
ZeroSilentFailures::Monitor.new('sidekiq_retries_exhausted', 'CreateIntentToFileJob').log_silent_failure(context)

Check failure on line 47 in lib/lighthouse/benefits_claims/intent_to_file/monitor.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Layout/LineLength: Line is too long. [121/120]
Rails.logger.error("Lighthouse::CreateIntentToFileJob create #{itf_type} ITF exhausted", context)
end

Expand Down

0 comments on commit 303054d

Please sign in to comment.