Fix for dying sessions/runtimes (#5755)

This commit is contained in:
Robert Brennan
2024-12-23 11:00:05 -05:00
committed by GitHub
parent d62cf7e731
commit faf8b5829c
8 changed files with 136 additions and 70 deletions

View File

@@ -38,7 +38,7 @@ class SandboxConfig:
remote_runtime_api_url: str = 'http://localhost:8000'
local_runtime_url: str = 'http://localhost'
keep_runtime_alive: bool = False
keep_runtime_alive: bool = True
rm_all_containers: bool = False
api_key: str | None = None
base_container_image: str = 'nikolaik/python-nodejs:python3.12-nodejs22' # default to nikolaik/python-nodejs:python3.12-nodejs22 for eventstream runtime