Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_worker
Function · 0.95
stop
Method · 0.45
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected