瀏覽代碼

灾难测试

zhangbo 11 月之前
父節點
當前提交
abafda0358
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      write_redis/alg_recsys_recall_02_cfrovn_redis_task.sh

+ 1 - 1
write_redis/alg_recsys_recall_02_cfrovn_redis_task.sh

@@ -14,7 +14,7 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
 elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
   /root/anaconda3/bin/python alg_recsys_recall_02_cfrovn_redis.py $cur_time $cur_h
   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}
   fi
 fi