|
@@ -149,7 +149,7 @@ class BaseConfig(object):
|
|
|
RECALL_KEY_NAME_PREFIX_REGION_BY_H = 'com.weiqu.video.recall.item.score.region.h.'
|
|
|
# 小程序离线ROV模型结果与小程序地域分组小时级更新结果去重后 存放 redis key前缀,
|
|
|
# 完整格式:com.weiqu.video.recall.hot.item.score.dup.region.h.{region}.{rule_key}.{date}.{h}
|
|
|
- RECALL_KEY_NAME_PREFIX_DUP_REGION_H = 'com.weiqu.video.recall.hot.item.score.dup.h.'
|
|
|
+ RECALL_KEY_NAME_PREFIX_DUP_REGION_H = 'com.weiqu.video.recall.hot.item.score.dup.region.h.'
|
|
|
# 地域分组小时级视频状态不符合推荐要求的列表 redis key,完整格式:com.weiqu.video.filter.region.h.item.{region}.{rule_key}
|
|
|
REGION_H_VIDEO_FILER = 'com.weiqu.video.filter.region.h.item.'
|
|
|
|