Create a job hook that prevents overlapping handler attempts for the same
logical execution key.
The hook uses one bounded LocksPort.acquire(...) call and never starts
renewal loops, so it can run in serverless entrypoints as long as locks
points at shared storage. ttl is the real safety boundary when a runtime
terminates before best-effort release runs.
Create a job hook that prevents overlapping handler attempts for the same logical execution key.
The hook uses one bounded
LocksPort.acquire(...)call and never starts renewal loops, so it can run in serverless entrypoints as long aslockspoints at shared storage.ttlis the real safety boundary when a runtime terminates before best-effort release runs.