mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 20:55:14 +00:00
feat: 重构任务调度系统和工作流节点管理
- 重构任务调度系统,将定时任务改为调度器监控,优化状态管理和日志记录 - 重构工作流节点模型,简化分类并增加执行相关字段 - 优化工作流执行逻辑,移除对开始/结束节点的强制要求 - 前端新增终端组件和工作流节点操作按钮优化 - 移除无用代码和文件,清理后端任务调度相关代码 - 更新系统菜单结构,调整任务管理相关权限和名称
This commit is contained in:
@@ -81,7 +81,6 @@ def get_dynamic_router() -> APIRouter:
|
||||
if router_id not in seen_router_ids:
|
||||
seen_router_ids.add(router_id)
|
||||
container_router.include_router(attr_value)
|
||||
log.debug(f"📌 注册路由 {attr_name} 到容器 {prefix}")
|
||||
|
||||
except Exception as e:
|
||||
log.error(f"❌️ 处理模块 {module_path} 失败: {e!s}")
|
||||
|
||||
Reference in New Issue
Block a user