MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / start

Method start

apps/common/management/commands/services/utils.py:38–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.watch()
37
38 def start(self):
39 for service in self._services:
40 service: BaseService
41 service.start()
42 self.files_preserve_map[service.name] = service.log_file
43
44 time.sleep(1)
45
46 def stop(self):
47 for service in self._services:

Callers 15

start_and_watchMethod · 0.95
enable_force_gcFunction · 0.45
executeFunction · 0.45
editMethod · 0.45
insertMethod · 0.45
embedding.pyFile · 0.45
clear_timeout_cacheMethod · 0.45
get_global_loopFunction · 0.45
_extract_tool_idFunction · 0.45
mask_code_blocksFunction · 0.45
scheduler.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected