Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ LockFailed
Class
LockFailed
celery/platforms.py:121–122 ·
view source on GitHub ↗
Raised if a PID lock can't be acquired.
Source
from the content-addressed store, hash-verified
119
120
121
class
LockFailed(Exception):
122
""
"Raised if a PID lock can't be acquired."
""
123
124
125
class
Pidfile:
Callers
2
acquire
Method · 0.85
write_pid
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected