MCPcopy
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
121class LockFailed(Exception):
122 """Raised if a PID lock can't be acquired."""
123
124
125class Pidfile:

Callers 2

acquireMethod · 0.85
write_pidMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected