orange icon indicating copy to clipboard operation
orange copied to clipboard

persist插件不完整

Open jimchou800 opened this issue 4 years ago • 1 comments

使用的Orange版本

0.8.1

需求或场景

persist-stat.html 页面不存在

而且 persist_log 表只查询统计的语句,并没有insert的写库的地方,所以怀疑不完整。

应该有个定时任务,会定时把shard.dict中的stat写入数据库

jimchou800 avatar Jun 04 '20 07:06 jimchou800

使用的Orange版本

0.8.1

需求或场景

persist-stat.html 页面不存在

而且 persist_log 表只查询统计的语句,并没有insert的写库的地方,所以怀疑不完整。

应该有个定时任务,会定时把shard.dict中的stat写入数据库

看上去是这个分支把代码弄掉了, 你看下 0.9.0-dev ,里面是有代码的

https://github.com/orlabs/orange/tree/v0.9.0-dev/orange/plugins/persist

imocat avatar Sep 05 '20 03:09 imocat