Browse Source

测试日志

zhangbo 6 months ago
parent
commit
f5503c1d1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      write_redis/alg_recsys_feature_07_vidh24pred_redis_task.sh

+ 1 - 0
write_redis/alg_recsys_feature_07_vidh24pred_redis_task.sh

@@ -17,6 +17,7 @@ elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
   /root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time $cur_h
   if [ $? -ne 0 ]; then
     msg="写redis的任务,预测视频vovh24使用的特征,alg_recsys_feature_07_vidh24pred_redis.py:${cur_time}-${cur_h}-something-is-wrong."
+    echo msg
     /root/anaconda3/bin/python utils_monitor.py ${msg}
   fi
 fi