|
@@ -439,7 +439,7 @@ public class MatchVideoServiceImpl {
|
|
|
Integer count = (Integer) redisTemplate.opsForValue().get(countKey);
|
|
|
if (count != null && count >= 3) {
|
|
|
//更新状态为失败
|
|
|
- LarkRobotUtil.sendMessage("crawlerVideoService addCrawlerVideo fail contentId=" + matchVideo.getContentId());
|
|
|
+// LarkRobotUtil.sendMessage("crawlerVideoService addCrawlerVideo fail contentId=" + matchVideo.getContentId());
|
|
|
log.error("crawlerVideoService addCrawlerVideo fail contentId={}", matchVideo.getContentId());
|
|
|
failMatchVideo(matchVideo);
|
|
|
} else {
|