bcgov / hcap

Application supporting access to the Health Career Access Program (HCAP) for employers and participants.
Apache License 2.0
2 stars 1 forks source link

Fix/revert withdrawn at #1025

Closed fw-noel closed 10 months ago

fw-noel commented 10 months ago

We have to pull two features.

For withdrawn_at, the reason we're pulling it is because history in prod is a little bit unpredictable. I have seen instances where it is just the number 3 (it doesn't seem to be THE issue), but ultimately, when retrieving participants, the error cannot call jsonb_to_recordset on a non-array often comes up. Hence, removing this from the view.

The report is being removed for now in lieu of providing some SQL to CGI to retrieve this report. Why: when this was clicked in production with 60k+ rows, it just hung. Then the database ballooned in memory and crashed. This makes me suspect that the reports are related to the ballooning memory issue we have had.

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication