Files
redux-scraper/backlog/tasks/task-14 - Fix-Good-Job-runner-exception-handling.md
2025-07-08 00:49:11 +00:00

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