Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write a data integrity checker to alert us when a virtual hearing has been pending for too long #14078

Closed
1 task
tomas-nava opened this issue Apr 23, 2020 · 0 comments · Fixed by #14167
Closed
1 task
Assignees
Labels
Priority: Medium Blocking issue w/workaround, or "second in" priority for new work. Product: caseflow-hearings Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Team: Tango 💃

Comments

@tomas-nava
Copy link
Contributor

tomas-nava commented Apr 23, 2020

Description

As described in this slack thread, a virtual hearing can get "stuck" with a status of pending (meaning that the virtual hearing hasn't been cancelled, and that it has no conference id).

Write a data integrity checker that checks for virtual hearings with this status nightly, and sends an alert about them to the #appeals-job-alerts channel. Report all pending hearings.

Acceptance criteria

  • good test coverage

Technical notes

Use PR #12221 as a guide for how to implement the checker.

@tomas-nava tomas-nava added Team: Tango 💃 Product: caseflow-hearings Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Priority: Medium Blocking issue w/workaround, or "second in" priority for new work. labels Apr 23, 2020
@rubaiyat22 rubaiyat22 self-assigned this Apr 29, 2020
va-bot pushed a commit that referenced this issue May 6, 2020
Resolves #14078 

### Description
- write a new class `StuckVirtualHearingsChecker` which reports any findings of virtual hearings where the conference creation is pending and/or all emails haven't sent 
- write tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Blocking issue w/workaround, or "second in" priority for new work. Product: caseflow-hearings Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Team: Tango 💃
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants