We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、希望能在node里设置并发线程数,以便精准控制并发量级,避免被下游限流 2、希望能支持while条件是分页查询的结果是否为空的场景,如下图所示,while节点需要根据返回结果是否为空来决定是否结束,如果不为空,需要把这次查询的结果写入context,该context要在并发流程中是线程安全的,目前的能力好像不支持
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、希望能在node里设置并发线程数,以便精准控制并发量级,避免被下游限流
2、希望能支持while条件是分页查询的结果是否为空的场景,如下图所示,while节点需要根据返回结果是否为空来决定是否结束,如果不为空,需要把这次查询的结果写入context,该context要在并发流程中是线程安全的,目前的能力好像不支持
The text was updated successfully, but these errors were encountered: