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