Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ wait
Method
wait
st2common/st2common/transport/consumers.py:202–203 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
self.wait()
201
202
def
wait(self):
203
self._consumer_thread.wait()
204
205
def
shutdown(self):
206
LOG.info(
"Shutting down %s..."
, self.__class__.__name__)
Callers
10
start
Method · 0.95
wait_all
Method · 0.45
wait_all
Method · 0.45
_spin_container_and_wait
Method · 0.45
_run_worker
Function · 0.45
_run_worker
Function · 0.45
test_existing_rules_are_loaded_on_start
Method · 0.45
wait
Function · 0.45
on_timeout_expired
Function · 0.45
run_command
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_existing_rules_are_loaded_on_start
Method · 0.36