-
Notifications
You must be signed in to change notification settings - Fork 86
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
[backend] catch error when execution fails for some asset (#1863) #1864
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1864 +/- ##
=========================================
Coverage 33.04% 33.04%
Complexity 1653 1653
=========================================
Files 571 571
Lines 16766 16766
Branches 972 971 -1
=========================================
Hits 5540 5540
Misses 10979 10979
Partials 247 247 ☔ View full report in Codecov by Sentry. |
openbas-framework/src/main/java/io/openbas/execution/ExecutionExecutorService.java
Outdated
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/scheduler/jobs/InjectsExecutionJob.java
Outdated
Show resolved
Hide resolved
openbas-framework/src/main/java/io/openbas/execution/ExecutionExecutorService.java
Outdated
Show resolved
Hide resolved
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, well played
Close #1863