|
@@ -13,7 +13,7 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ nohup /root/anaconda3/bin/python /data2/rov-offline/region_rule_rank_h_v2.py '24h' &
|
|
|
nohup /root/anaconda3/bin/python /data2/rov-offline/recommend_region_data_dup.py '24h' &
|
|
|
|
|
|
|
|
@@ -30,7 +30,7 @@ elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ nohup /root/anaconda3/bin/python /data/rov-offline/region_rule_rank_h_v2.py '24h' &
|
|
|
nohup /root/anaconda3/bin/python /data/rov-offline/recommend_region_data_dup.py '24h' &
|
|
|
|
|
|
|