CadHubManage/命令.md
sladro 08623bf4d6 feat: Enhance SerialBatchExecutor with pre-batch cleanup and task execution improvements
- Added pre-batch cleanup functionality to SerialBatchExecutor, allowing for cleanup tasks before processing items.
- Introduced new task execution phases and improved error handling for task submissions.
- Implemented inter-step delays and between-items delays for better task management.
- Updated logging to capture detailed events during batch processing.
- Enhanced configuration options for plugins in software_config.yaml to support new features.
- Added tests for pre-batch cleanup and auto-close scenarios to ensure robust handling of edge cases.
- Created a PowerShell script for automated callback handling from Revit.
2026-03-03 16:13:19 +08:00

245 B
Raw Blame History

环境

  • conda activate websocket311 备注: 要先执行conda deactivate deactivate退出虚虚拟环境

打包

  • python scripts\build_exe.py --clean

启动

  • python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload