liqian 2 years ago
parent
commit
cd91eecab1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video_recall.py

+ 1 - 1
video_recall.py

@@ -586,7 +586,7 @@ class PoolRecall(object):
                         quick_flow_pool_key = f"{config_.QUICK_FLOWPOOL_KEY_NAME_PREFIX}{config_.APP_TYPE.get(item)}" \
                                               f":{config_.QUICK_FLOW_POOL_ID}"
                         self.redis_helper.remove_value_from_zset(key_name=quick_flow_pool_key, value=value)
-
+                    log_.info({'tag': 'remove video_id from flow_pool', 'video_id': video_id, 'flow_pool': flow_pool})
         return check_result
 
     """