-
Notifications
You must be signed in to change notification settings - Fork 316
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
chore: optimisations - jobsdb queries #5215
base: master
Are you sure you want to change the base?
Conversation
52427e4
to
76255a0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5215 +/- ##
==========================================
+ Coverage 73.27% 73.30% +0.02%
==========================================
Files 424 424
Lines 59960 60024 +64
==========================================
+ Hits 43936 43998 +62
- Misses 13559 13562 +3
+ Partials 2465 2464 -1 ☔ 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.
LGTM
ddb3b12
to
5ec7c10
Compare
Co-authored-by: Rohith BCS <[email protected]>
2e518b7
to
3743bf6
Compare
Description
some small jobsdb optimisations.
Making fewer queries where possible in jobsdb background operations(
checkIfFullDSInTx
,checkIfMigrateDS
)Linear Ticket
Security