US02-03: Execute Jobs with Leases, Locks, and Recovery (#56)

This commit was merged in pull request #56.
This commit is contained in:
2026-07-15 23:13:25 +02:00
parent 0ebacfa544
commit d054dcbe61
10 changed files with 543 additions and 2 deletions

View File

@@ -48,6 +48,11 @@
"US02-02": [
"tests/unit/test_job_state_machine.py",
"tests/integration/test_jobs.py"
],
"US02-03": [
"tests/unit/test_lock_order.py",
"tests/integration/test_worker.py",
"tests/e2e/test_worker_kill.py"
]
}
}