-
Notifications
You must be signed in to change notification settings - Fork 916
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
Refactor job error handling #7291
Refactor job error handling #7291
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7291 +/- ##
==========================================
+ Coverage 80.06% 82.14% +2.07%
==========================================
Files 190 217 +27
Lines 37181 38867 +1686
Branches 9450 10024 +574
==========================================
+ Hits 29770 31927 +2157
+ Misses 2997 2961 -36
+ Partials 4414 3979 -435 ☔ View full report in Codecov by Sentry. |
b90c8d7
to
d2b2aac
Compare
d2b2aac
to
e9dd7d7
Compare
e9dd7d7
to
8d9c367
Compare
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.
Looks good.
8d9c367
to
3bdbf32
Compare
Reorganized a bit the code to also record more failures in `bgw_job_stat_history` table. Also improved a bit the code coverage and added regression tests for `failed do start job` case.
3bdbf32
to
e0310f7
Compare
Reorganized a bit the code to also record more failures in
bgw_job_stat_history
table.Also improved a bit the code coverage and added regression tests for
failed do start job
case.Disable-check: force-changelog-file