|
@@ -14,7 +14,7 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
|
|
elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
|
|
elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
|
|
/root/anaconda3/bin/python alg_recsys_recall_02_cfrovn_redis.py $cur_time $cur_h
|
|
/root/anaconda3/bin/python alg_recsys_recall_02_cfrovn_redis.py $cur_time $cur_h
|
|
if [ $? -ne 0 ]; then
|
|
if [ $? -ne 0 ]; then
|
|
- msg="写redis的任务,cf的rovn用于召回,alg_recsys_recall_02_cfrovn_redis.py: ${cur_time}-${cur_h} something is wrong."
|
|
|
|
|
|
+ msg="写redis的任务,cf的rovn用于召回,alg_recsys_recall_02_cfrovn_redis.py:${cur_time}-${cur_h}-something-is-wrong."
|
|
/root/anaconda3/bin/python utils_monitor.py ${msg}
|
|
/root/anaconda3/bin/python utils_monitor.py ${msg}
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|