Files
model-platform/runtime/README.md
T

12 lines
354 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Runtime
独立 Runtime/Jupyter 管理服务:
- 使用共享 Jupyter Server
- 在 MySQL 中维护 Runtime 实例和编辑会话租约;
- 创建、心跳和释放文件编辑锁;
- 创建短期 Jupyter 访问票据;
- 为 Nginx `auth_request` 校验票据并注入内部 Jupyter Token。
当前简化部署要求 Runtime 单副本运行。