-
Notifications
You must be signed in to change notification settings - Fork 42
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: Improve error message in case of plugin timeout #472
Conversation
Signed-off-by: Pritesh Bandi <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #472 +/- ##
==========================================
+ Coverage 80.25% 80.33% +0.07%
==========================================
Files 34 34
Lines 3318 3320 +2
==========================================
+ Hits 2663 2667 +4
+ Misses 509 508 -1
+ Partials 146 145 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Pritesh Bandi <[email protected]>
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 after fixing the CI.
Signed-off-by: Pritesh Bandi <[email protected]>
@priteshbandi The PR needs a rebase. |
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
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
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
When a plugin exceeds the specified timeout or deadline for content processing, the current error message displayed is
signal: killed
.This PR updates the error message to a more informative message:
[plugin_name] [command_name] command execution timeout: signal: killed