Skip to content

Commit

Permalink
Merge branch 'dbx/74810-migrate-4142-to-benefits-intake' of coforma.g…
Browse files Browse the repository at this point in the history
…ithub.com:department-of-veterans-affairs/vets-api into dbx/74810-migrate-4142-to-benefits-intake
  • Loading branch information
tblackwe committed Apr 25, 2024
2 parents ef7dd53 + b2412aa commit eba0f42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/sidekiq/central_mail/submit_form4142_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ class VeteranCountryNotDefined < StandardError; end
bgjob_errors: bgjob_errors.merge(new_error)
)

api_statsD_key = if Flipper.enabled?(:disability_compensation_form_4142)
api_statsd_key = if Flipper.enabled?(:disability_compensation_form_4142)

Check failure on line 55 in app/sidekiq/central_mail/submit_form4142_job.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Naming/VariableNumber: Use normalcase for symbol numbers.
LIGHTHOUSE_STATSD_KEY_PREFIX
else
CENTRAL_MAIL_STATSD_KEY_PREFIX
end

StatsD.increment("#{api_statsD_key}.exhausted")
StatsD.increment("#{api_statsd_key}.exhausted")

::Rails.logger.warn(
'Submit Form 4142 Retries exhausted',
Expand Down
8 changes: 4 additions & 4 deletions config/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,10 @@ features:
actor_type: user
description: enables sending flashes to BGS for disability_compensation submissions.
enable_in_development: true
disability_compensation_form_4142:
actor_type: user
description: Use Lighthouse API to submit supplemental Form 21-4142 from Form 526EZ submissions
enable_in_development: true
disability_compensation_pif_fail_notification:
actor_type: user
description: enables sending notifications to vets if their 526 claim submission fails with PIF in Use Error
Expand Down Expand Up @@ -1031,10 +1035,6 @@ features:
actor_type: user
description: Form 526 subforms for unemployability & connected employment information
enable_in_development: true
disability_compensation_form_4142:
actor_type: user
description: Use Lighthouse API to submit supplemental Form 21-4142 from Form 526EZ submissions
enable_in_development: true
va_online_scheduling:
actor_type: user
description: Allows veterans to view their VA and Community Care appointments
Expand Down

0 comments on commit eba0f42

Please sign in to comment.