perf: do not include verification metrics in the returned release target response#870
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughRemoves measurement data and Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
currently we are including metrics in the returned response. this includes a lot of data (about 1.2 mb per data entry) which is causing the api pods to crash because they cannot send responses of that size.
remove it so that it unblocks rendering the frontend, then in a separate PR we will make a separate frontend hook that just calls a dedicated endpoint for retrieving the associated measurements for a verification metric.
Summary by CodeRabbit
Release Notes