hbprotoss

Results 13 comments of hbprotoss

it seems an UI issue? ![Image](https://github.com/user-attachments/assets/5fc2b97b-0d71-407e-963f-69108062848a)

> Hi [@QiMington](https://github.com/QiMington)! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the BettaFish team. > > 不需要让浏览器常开,任务是在后端独立线程中执行的,即使关闭浏览器或页面崩溃,任务本身会继续跑完(只要服务器还在运行)[参考](https://github.com/666ghj/BettaFish/blob/3849c6ef5232f2f2f6c4223ea1d3d64af9b9e748/ReportEngine/flask_interface.py#L22-L415)。 > > 但目前任务状态只在内存中保存,刷新页面或下次进入时只能看到当前正在执行的任务,历史任务不会自动恢复,也无法通过ID查询到之前的任务详情[参考](https://github.com/666ghj/BettaFish/issues/86)。新任务不会打断正在跑的任务,而是会被拒绝,只有等当前任务结束后才能提交新任务[参考](https://github.com/666ghj/BettaFish/blob/3849c6ef5232f2f2f6c4223ea1d3d64af9b9e748/ReportEngine/flask_interface.py#L22-L415)。 > > 目前没有看到明确的任务历史持久化或ID查询的优化计划,相关功能有用户提过建议,但还未实现[参考](https://github.com/666ghj/BettaFish/issues/86)。 > > _To reply, just mention [@dosu](https://go.dosu.dev/dosubot)._ > > How...