-
Notifications
You must be signed in to change notification settings - Fork 9
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
BugFixes: Misc Performance Updates and Related Cleanup #1174
Conversation
Disable zod database response parsing in production. Add query and zod timers in development.
Openshift URLs for the PR Deployment: |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #1174 +/- ##
==========================================
- Coverage 60.17% 60.09% -0.08%
==========================================
Files 569 569
Lines 17202 17160 -42
Branches 2668 2658 -10
==========================================
- Hits 10352 10313 -39
Misses 6167 6167
+ Partials 683 680 -3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally; everything works as expected. ✅
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🦆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍖
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐈
* Adjust API memory settings, set node env properly, adjust log levels * Simplify zod geojson schema * Remove zod from keycloak token type definitions (hotspot). Disable zod database response parsing in production. Add query and zod timers in development. * BugFix: Allow surveys to be created with $0 amounts.
Links to Jira Tickets
n/a
Description of Changes
Adjust API memory settings, set node env properly, adjust log levels
Some misc pipeline cleanup around
env
vsnodeEnv
.env
is the pipeline phase, andnodeEnv
is the node environment variable.Tweak parameters of trace command
Update tsconfigs
Pin zod package version, Remove some unused packages
Simplify zod geojson schema
Remove zod from keycloak token type definitions (hotspot).
Disable zod database response parsing in production.
New: Add query and zod timers in development.
LOG_LEVEL=silly
it will log timers for the database query execution and subsequent zod schema parsing.BugFix: Allow surveys to be created with $0 amounts.
Testing Notes
Everything works as before.