|
@@ -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
|