department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
281 stars 197 forks source link

VR&E - review the current job process for bug fixes/improvements #83962

Open va-albers opened 3 months ago

va-albers commented 3 months ago

The current VR&E create process starts in the app/controllers/v0/veteran_readiness_employment_claims_controller.rb controller, then calls the app/sidekiq/vre/submit1900_job.rb sidekiq job to complete the activity. Please take a look at the following items:

va-albers commented 3 months ago

One example of where redis User could at least be limiting our visibility/veteran awareness:

va-albers commented 3 months ago

In this case above the null user means that it skips the upload_to_vbms(), send_vbms_confirmation_email() and/or send_to_central_mail() calls entirely, going straight to the send_vre_email_form() call. Is this acceptable?

va-albers commented 3 months ago

This relates to monitor DD-186965