fix(pb): handle going away signals gracefully#4104
Conversation
Code Review - PR #4104: fix(pb): handle going away signals gracefullySummaryThis PR improves error handling in the Pegboard runner workflows by using ✅ Positive Aspects
🔍 ObservationsCode Quality: The implementation is clean and follows existing patterns in the codebase. Performance: Negligible impact. The only change is error handling behavior. Security: No security concerns. Test Coverage: The PR description checklist indicates tests may not have been added. Consider adding a test case that:
📝 Minor Suggestions
✅ VerdictApproved - This is a solid bug fix that improves the robustness of the shutdown process. The changes are minimal, focused, and follow established patterns in the codebase. The fix correctly handles the race condition where actor workflows may complete before receiving the shutdown signal. The code follows the project conventions (structured logging, error handling patterns) and makes appropriate use of the workflow engine graceful_not_found feature. |
28d418c to
b549fa5
Compare
4f499de to
2179979
Compare
b549fa5 to
3b2e149
Compare
2179979 to
3c851e9
Compare
Merge activity
|
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: