-
Notifications
You must be signed in to change notification settings - Fork 32
🐛Computational backend: fix issue where job_id is inexistent + logs improvements #8395
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
🐛Computational backend: fix issue where job_id is inexistent + logs improvements #8395
Conversation
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.
Thanks for the fix
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8395 +/- ##
===========================================
- Coverage 87.90% 70.22% -17.68%
===========================================
Files 1951 798 -1153
Lines 75965 37212 -38753
Branches 1336 175 -1161
===========================================
- Hits 66775 26132 -40643
- Misses 8790 11023 +2233
+ Partials 400 57 -343
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
🧪 CI InsightsHere's what we observed from your CI run for 52fb016. ✅ Passed Jobs With Interesting Signals
|



What do these changes do?
sometimes the
job_idis None and that was not seen during latest refactoring actions.This PR fixes this and improves logging in some specific locations.
This PR also ensure the
comp_pipelinetable is in sync when nodes are removed from the graph (revert #2702 incomp_pipelines.pydiscovered by @matusdrobuliak66 .Related issue/s
How to test
Dev-ops