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

Function _setup

st2reactor/st2reactor/cmd/timersengine.py:43–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def _setup():
44 capabilities = {"name": "timerengine", "type": "passive"}
45 common_setup(
46 service=TIMER_ENGINE,
47 config=config,
48 setup_db=True,
49 register_mq_exchanges=True,
50 register_signal_handlers=True,
51 service_registry=True,
52 capabilities=capabilities,
53 )
54
55
56def _teardown():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected