US02-03 — Execute Jobs with Leases, Locks, and Recovery #10
Notifications
Due Date
No due date set.
Blocks
Depends on
#11 US02-04 — Expose Job APIs and Activity Events
domverse/photoanalyzer
#14 US02-07 — Automate Phase B End-to-End Acceptance
domverse/photoanalyzer
#9 US02-02 — Persist and Coordinate Durable Jobs
domverse/photoanalyzer
Reference: domverse/photoanalyzer#10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source specification: delivery_backlog/stories/US02-03-worker-recovery.md
US02-03 — Execute Jobs with Leases, Locks, and Recovery
Epic: E02
As an operator, I want workers to claim, cancel, and recover jobs safely so crashes or
duplicate workers cannot corrupt state.
Acceptance criteria
Automated tests
Dependencies
Claimed for implementation on branch
us/US02-03-execute-jobs-with-leases-locks-and-recovery.Submitted for review: #56
Tests passed:
work_item/scripts/python -m unittest discover -s work_item/tests -vwork_item/scripts/python -m pytest tests -qwork_item/scripts/python -m pytest tests/unit tests/integration tests/e2e -qCompleted and merged via PR #56.