- 在 `AiTaskServiceImpl` 中添加 `MeetingAsrPermitCache` 依赖,用于管理 ASR 任务的许可 - 更新 `claimQueuedAsrTaskForScheduling` 方法,使用 `MeetingAsrPermitCache` 进行许可检查 - 在 `dispatchTasks` 方法中更新并发任务数量计算,考虑许可缓存中的许可数量 - 在 `requeueAsrTask` 和 `finally` 块中移除许可,确保资源释放 - 在 `RedisSupport` 中添加 `addToSetQuietly`、`isSetMemberQuietly` 和 `getSetSizeQuietly` 方法,支持许可缓存操作 |
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| pom.xml | ||