imeeting/backend
chenhao fee7f2a0b3 refactor: 优化 ASR 和总结任务调度逻辑并移除未使用的线程池配置
- 移除 `@Async` 注解和未使用的 `asrDispatchExecutor` 配置
- 更新 `dispatchTasks`、`dispatchChapterTask` 和 `dispatchSummaryTask` 方法,添加日志记录和线程池检查
- 在 `doDispatchTasks`、`doDispatchChapterTask` 和 `doDispatchSummaryTask` 方法中添加详细的日志记录和异常处理
- 调整 `MeetingAsyncExecutorConfig` 中的线程池配置,移除 `asrDispatchExecutor` 和 `summaryDispatchExecutor`,更新 `asrTaskExecutor` 和 `summaryTaskExecutor` 的配置
2026-06-12 16:34:15 +08:00
..
design refactor: 移除会议用户统计相关代码并更新设备认证逻辑 2026-06-10 15:25:58 +08:00
src refactor: 优化 ASR 和总结任务调度逻辑并移除未使用的线程池配置 2026-06-12 16:34:15 +08:00
pom.xml feat: 添加会议完成推送功能并优化相关服务 2026-05-28 16:18:41 +08:00