CadHubManage/app/core
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
..
__init__.py feat: 添加软件停止功能并修复Creo进程检测问题 2025-07-24 17:24:49 +08:00
cad_batch_manager.py feat: Enhance SerialBatchExecutor with pre-batch cleanup and task execution improvements 2026-03-03 16:13:19 +08:00
cad_task_router.py feat: Implement CAD batch processing framework with plugin callback handling 2026-03-01 08:48:10 +08:00
ifc2stp_converter.py feat: Add IFC to STP conversion functionality and update configuration paths 2026-02-28 19:41:01 +08:00
log_manager.py update 2025-12-19 17:21:53 +08:00
plugin_callback_registry.py feat: Implement CAD batch processing framework with plugin callback handling 2026-03-01 08:48:10 +08:00
plugin_http_client.py feat: Enhance SerialBatchExecutor with pre-batch cleanup and task execution improvements 2026-03-03 16:13:19 +08:00
process_monitor.py feat: 添加软件停止功能并修复Creo进程检测问题 2025-07-24 17:24:49 +08:00
rename_manager.py feat: 实现文件重命名管理器、CAD软件配置及初始API端点。 2026-02-04 11:16:50 +08:00
security.py feat: 添加软件停止功能并修复Creo进程检测问题 2025-07-24 17:24:49 +08:00
serial_batch_executor.py feat: Enhance SerialBatchExecutor with pre-batch cleanup and task execution improvements 2026-03-03 16:13:19 +08:00
software_manager.py feat: 添加软件停止功能并修复Creo进程检测问题 2025-07-24 17:24:49 +08:00
websocket_manager.py feat: Implement CAD batch processing framework with plugin callback handling 2026-03-01 08:48:10 +08:00