Commit 46891484 authored by 高雅喆's avatar 高雅喆

回答的新smart rank灰度

parent 7fbd8061
......@@ -214,6 +214,7 @@ if __name__ == "__main__":
redis_client.rpush(light_clinic_beauty_qa_queue_key, *light_clinic_beauty_qa_queue)
redis_client.rpush(light_clinic_beauty_qa_queue_grey_key, *light_clinic_beauty_qa_grey_queue)
print("轻医美词更新的问答队列长度:%s" % str(len(light_clinic_beauty_qa_queue)))
print("轻医美词更新的灰度问答队列长度:%s" % str(len(light_clinic_beauty_qa_grey_queue)))
for city_tag_id in all_city_tag_id:
diary_queue = search_diary_by_match_phrase(light_clinic_beauty, city_tag_id, version=0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment