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

Method cleanup

st2reactor/st2reactor/timer/base.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self._scheduler.start()
64
65 def cleanup(self):
66 self._scheduler.shutdown(wait=True)
67
68 def add_trigger(self, trigger):
69 self._add_job_to_scheduler(trigger)

Callers 2

_run_workerFunction · 0.95
stopMethod · 0.45

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected