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
[sleep] time_limit = 10 exec = sleep 5
两次请求都是 5 秒响应时间
一个 5 秒, 一个 10秒, 代表后面的请求是需要排队的.
这个问题会造成一些依赖 redarrow 的 redarrow 任务无法完成, 因为循环依赖.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
复现方式
预期
两次请求都是 5 秒响应时间
实际
一个 5 秒, 一个 10秒, 代表后面的请求是需要排队的.
这个问题会造成一些依赖 redarrow 的 redarrow 任务无法完成, 因为循环依赖.
The text was updated successfully, but these errors were encountered: