mobile - for lighthouse claims, remove concurrent processes on claims and appeals #12849
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
when a staging user is using Lighthouse for claims, we're finding a high rate of errors. see: http://sentry.vfs.va.gov/organizations/vsp/issues/115127/events/978a9714706b400abdb29528f8c71533/?environment=staging&project=3&query=is%3Aunresolved+Access+token+JWT+is+malformed&statsPeriod=24h
one thing that we do that the benefits team does not is create concurrent async processes to get index claims data and appeals data. I think there is a race condition happening when reading the necessary LH key files that is causing this error. This PR tests that theory.
Related issue(s)
department-of-veterans-affairs/va-mobile-app#5794
Testing done
specs
Screenshots
Note: Optional
What areas of the site does it impact?
(Describe what parts of the site are impacted andifcode touched other areas)
Acceptance criteria
Requested Feedback
(OPTIONAL)What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?