- 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.
245 B
245 B
环境
- 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