Fixed orphaned processes and added logging
This commit is contained in:
parent
17fc911290
commit
cd2eb8de9d
6 changed files with 177 additions and 46 deletions
|
|
@ -4,7 +4,7 @@ from typing_extensions import TypedDict
|
|||
|
||||
|
||||
class StartResponse(TypedDict):
|
||||
status: Literal["running", "started"]
|
||||
status: Literal["running", "starting"]
|
||||
message: str
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue