-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
汇总结果 #78
Labels
enhancement
New feature or request
Comments
之所以结果散落在消息列表里面,原因是当前的实现使用队列存储递归的子任务的时候,实际上是模拟使用广度优先方式递归执行任务。所以导致任务顺序混乱 所以,应该有一个简单的方式(创建子任务的时候将子任务放到队列前面)让队列模拟深度优先的方式执行任务。 |
lloydzhou
added a commit
that referenced
this issue
Apr 27, 2023
Dogtiti
added a commit
that referenced
this issue
Apr 27, 2023
hotfix: Change the execution order of subtasks #78
This comment was marked as off-topic.
This comment was marked as off-topic.
@LiuElric add to roadmap |
lloydzhou
added a commit
that referenced
this issue
Apr 28, 2023
lloydzhou
added a commit
that referenced
this issue
Apr 28, 2023
lloydzhou
added a commit
that referenced
this issue
Apr 28, 2023
Open
Dogtiti
pushed a commit
that referenced
this issue
Apr 30, 2023
Dogtiti
pushed a commit
that referenced
this issue
Apr 30, 2023
Dogtiti
pushed a commit
that referenced
this issue
Apr 30, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
描述 / Description
期望的结果 / Expected Result
希望能在任务完成的时候给出一个按照任务层级归纳查看结果的地方
可行性 / Feasibility
The text was updated successfully, but these errors were encountered: