MCPcopy Create free account
hub / github.com/StackStorm/st2 / _setup

Function _setup

st2actions/st2actions/cmd/actionrunner.py:51–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def _setup():
52 capabilities = {"name": "actionrunner", "type": "passive"}
53 common_setup(
54 service=ACTIONRUNNER,
55 config=config,
56 setup_db=True,
57 register_mq_exchanges=True,
58 register_signal_handlers=True,
59 service_registry=True,
60 capabilities=capabilities,
61 )
62
63
64def _run_worker():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected