Skip to content

Handle missing task deletions gracefully#111

Merged
seanwevans merged 1 commit intomainfrom
codex/update-task-recovery-and-api-response
Sep 27, 2025
Merged

Handle missing task deletions gracefully#111
seanwevans merged 1 commit intomainfrom
codex/update-task-recovery-and-api-response

Conversation

@seanwevans
Copy link
Owner

Summary

  • make TaskRecoveryManager::remove_task return a boolean and log missing tasks at debug level
  • return HTTP 404 from the delete task handler when the task does not exist
  • extend the delete task API test to cover the not-found response

Testing

  • cargo test (fails: timed out acquiring Postgres connections in existing database-dependent tests)

https://chatgpt.com/codex/tasks/task_e_68d829dddf948328869a74cdc194f794

@seanwevans seanwevans merged commit 08ebe8f into main Sep 27, 2025
1 check failed
@seanwevans seanwevans deleted the codex/update-task-recovery-and-api-response branch September 27, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant