Commit 49f87318 authored by lixiaofang's avatar lixiaofang

merge master

parent 3cd5b379
......@@ -29,6 +29,3 @@ class CeleryTaskRouter(object):
queue_name_or_none = self.task_queue_map.get(task)
return queue_name_or_none
......@@ -18,9 +18,8 @@ def uuid4():
return uuid.uuid4().hex
def get_tips_suggest_list(instance_cn_name, is_weighting=False):
def get_tips_suggest_list(instance_cn_name):
try:
print(instance_cn_name)
# ch_full_weight = 6.0 * 1000
# py_full_weight = 3.0 * 1000
full_weight = 3.0 * 1000
......
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