-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行记录 存储相关疑惑 #75
Comments
1、目前执行记录是存储在redis中的,请问你们生产环境也是这样存储的吗?没有做持久化吗?会不会存在很多大key的场景? 2、目前UI上是没有context参数查询的接口的,后续是有相关的开发吗?有context 查询,排查问题可能比较容易一点 |
我看目前的代码是走的redis,接口参考 http://www.localhost/flow/bg/get_execution_ids.json |
@ZhangTeng2017 生产环境是执行后转到关系数据库的,这部分逻辑目前没有开源。 |
后续会有其他逻辑的开源计划吗?感觉要想用起来这个设计,还要自己改很多逻辑的样子 |
仔细看了一下,有两个疑惑,还请有时间帮忙解答一下:
1、目前执行记录是存储在redis中的,请问你们生产环境也是这样存储的吗?没有做持久化吗?会不会存在很多大key的场景?
2、目前UI上是没有context参数查询的接口的,后续是有相关的开发吗?有context 查询,排查问题可能比较容易一点
The text was updated successfully, but these errors were encountered: