Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/borgbackup/borg
/ LockTimeout
Class
LockTimeout
src/borg/fslocking.py:90–93 ·
view source on GitHub ↗
Failed to create/acquire the lock {} (timeout).
Source
from the content-addressed store, hash-verified
88
89
90
class
LockTimeout(LockError):
91
""
"Failed to create/acquire the lock {} (timeout)."
""
92
93
exit_mcode = 73
94
95
96
class
NotLocked(LockErrorT):
Callers
4
acquire
Method · 0.70
_wait_for_readers_finishing
Method · 0.70
handle_error
Method · 0.70
handle_error
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected