-
Notifications
You must be signed in to change notification settings - Fork 80
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
Optimize DB access for terminated task check #5825
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (14.70%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #5825 +/- ##
==========================================
- Coverage 86.99% 86.97% -0.02%
==========================================
Files 407 407
Lines 25012 25021 +9
Branches 2697 2696 -1
==========================================
+ Hits 21759 21762 +3
- Misses 2670 2676 +6
Partials 583 583 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Eliana Rosselli <eliana@ethyca.com>
fides
|
Project |
fides
|
Branch Review |
main
|
Run status |
|
Run duration | 00m 49s |
Commit |
|
Committer | Adrian Galvan |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
5
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes LJ-450
Description Of Changes
Updating the way we check for in progress request tasks to reduce the amount of DB reads
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works