浏览代码

remove unused recallsource

丁云鹏 3 月之前
父节点
当前提交
e8e71a75a5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      region_rule_rank_h_task.sh

+ 2 - 2
region_rule_rank_h_task.sh

@@ -6,7 +6,7 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
     echo "recommend data status update to initial '0' finished!"
     nohup /root/anaconda3/bin/python /data2/rov-offline/rule_rank_h_by_24h.py &
     nohup /root/anaconda3/bin/python /data2/rov-offline/region_rule_rank_h_by24h.py &
-#    nohup /root/anaconda3/bin/python /data2/rov-offline/rule_rank_h_new.py &
+    nohup /root/anaconda3/bin/python /data2/rov-offline/rule_rank_h_new.py &
 #    while ps aux | grep "rule_rank_h_by_24h.py" | grep -v grep > /dev/null || ps aux | grep "region_rule_rank_h_by24h.py" | grep -v grep > /dev/null || ps aux | grep "rule_rank_h_new.py" | grep -v grep > /dev/null;
 #    do
 #      sleep 30
@@ -23,7 +23,7 @@ elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
     echo "recommend data status update to initial '0' finished!"
     nohup /root/anaconda3/bin/python /data/rov-offline/rule_rank_h_by_24h.py &
     nohup /root/anaconda3/bin/python /data/rov-offline/region_rule_rank_h_by24h.py &
-#    nohup /root/anaconda3/bin/python /data/rov-offline/rule_rank_h_new.py &
+    nohup /root/anaconda3/bin/python /data/rov-offline/rule_rank_h_new.py &
 #    while ps aux | grep "rule_rank_h_by_24h.py" | grep -v grep > /dev/null || ps aux | grep "region_rule_rank_h_by24h.py" | grep -v grep > /dev/null || ps aux | grep "rule_rank_h_new.py" | grep -v grep > /dev/null;
 #    do
 #      sleep 30