Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_lock
Method
get_lock
st2common/st2common/services/coordination.py:172–173 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
170
171
@staticmethod
172
def
get_lock(name):
173
return
NoOpLock(name=
"noop"
)
174
175
176
def
configured():
Callers
10
_handle_execution
Method · 0.80
shutdown
Method · 0.80
_resume_workflows_paused_during_shutdown
Method · 0.80
put
Method · 0.80
delete
Method · 0.80
test_lock
Method · 0.80
test_multiple_acquire
Method · 0.80
test_lock_expiry_on_session_close
Method · 0.80
update_execution
Function · 0.80
handle_action_execution_completion
Function · 0.80
Calls
1
NoOpLock
Class · 0.85
Tested by
3
test_lock
Method · 0.64
test_multiple_acquire
Method · 0.64
test_lock_expiry_on_session_close
Method · 0.64