471 B
471 B
id, title, status, assignee, created_date, labels, dependencies
| id | title | status | assignee | created_date | labels | dependencies |
|---|---|---|---|---|---|---|
| task-14 | Fix Good Job runner exception handling | To Do | 2025-07-08 |
Description
Fix the manual Good Job runner to properly indicate when a job throws an exception by checking the return value of #perform
Acceptance Criteria
- Job runner indicates when exceptions occur
- Return value of #perform is checked
- Exception handling is robust
- Error reporting is clear