|
@@ -265,7 +265,7 @@ public class MatchVideoServiceImpl {
|
|
|
break; // 退出当前线程
|
|
|
}
|
|
|
processCrawlerMatchContent(matchVideo);
|
|
|
- } catch (InterruptedException e) {
|
|
|
+ } catch (Exception e) {
|
|
|
log.error("匹配小程序线程异常", e);
|
|
|
}
|
|
|
}
|
|
@@ -390,7 +390,7 @@ public class MatchVideoServiceImpl {
|
|
|
break; // 退出当前线程
|
|
|
}
|
|
|
processUploadCrawlerVideo(matchVideo);
|
|
|
- } catch (InterruptedException e) {
|
|
|
+ } catch (Exception e) {
|
|
|
log.error("上传小程序视频线程异常", e);
|
|
|
}
|
|
|
}
|