Files
model-platform/runtime
tao.chen 62c7d7465e Merge branch 'optimize-by-taochen' into develop
# Conflicts:
#	.env.example
#	backend/src/backend/main.py
#	common/src/common/db/models.py
#	common/src/common/eventing.py
#	docker-compose.yml
#	runtime/Dockerfile
#	runtime/pyproject.toml
#	runtime/src/runtime/main.py
#	schedule/src/schedule/main.py
#	schedule/src/schedule/service.py
2026-07-31 09:29:03 +08:00
..

Runtime

独立 Runtime/Jupyter 管理服务:

  • 使用共享 Jupyter Server
  • 在 MySQL 中维护 Runtime 实例和编辑会话租约;
  • 创建、心跳和释放文件编辑锁;
  • 创建短期 Jupyter 访问票据;
  • 为 Nginx auth_request 校验票据并注入内部 Jupyter Token。

当前简化部署要求 Runtime 单副本运行。