ShiningRush / fastflow

A lightweight, high-performance distributed workflow framework
MIT License
348 stars 80 forks source link

根据示例使用ShareData对象的Set()方法未将数据持久化 #47

Closed lxn3642 closed 10 months ago

lxn3642 commented 10 months ago

在action中设置变量,未自动将数据持久化到mongo,详细如图:

image image image
ShiningRush commented 10 months ago

有打印错误日志吗,理论上Set成功后是立马落库的,除非持久化失败

lxn3642 commented 10 months ago

没有日志,可能是我有update操作给覆盖了,目前未复现持久化失败问题