refactor(llm): 在删除微调任务前添加延迟
在删除微调任务前添加 10 秒延迟,以确保任务有足够的时间完成任何正在进行的操作。
This commit is contained in:
parent
1d7d615af4
commit
fc4c7f0ac8
@ -599,6 +599,7 @@ public class ConversationServiceImpl implements ConversationService {
|
||||
}
|
||||
|
||||
private void saveRedis(List<KnowledgeHitRateTestResultVO> result, ParagraphHitRateListVO paragraphHitRateListVO) {
|
||||
log.info("知识库处理完成,内容长度: {},内容:{}", result.size(),JSON.toJSONString(result));
|
||||
if (CollectionUtils.isEmpty(result)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user