Browse Source

Merge branch 'master' into wyp/1202-videoAuditJob

wangyunpeng 7 months ago
parent
commit
ed65e36cf0

+ 5 - 0
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/DataFlushService.java

@@ -365,6 +365,11 @@ public class DataFlushService {
                     cdl.countDown();
                 }
             });
+            try {
+                Thread.sleep(2000);
+            } catch (InterruptedException e) {
+                log.error("updateLongArticleMatchVideosResponse InterruptedException", e);
+            }
         }
         try {
             cdl.await();