Commit 52a6e3e7 authored by 郭羽's avatar 郭羽

add embedding log

parent a45affee
...@@ -149,4 +149,6 @@ if __name__ == '__main__': ...@@ -149,4 +149,6 @@ if __name__ == '__main__':
# 模型更新状态保存 # 模型更新状态保存
conn.set(model_status_key,"1") conn.set(model_status_key,"1")
conn.expire(model_status_key,60*60*24*30) conn.expire(model_status_key,60*60*24*30)
conn.close() conn.close()
\ No newline at end of file
print("model to redis: success")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment