关于任务界面的按状态排序问题 #1150
Closed
cloudskytian
started this conversation in
General
关于任务界面的按状态排序问题
#1150
Replies: 1 comment
-
请直接向前端提交PR,以开发是否合并为准。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在任务界面运行中的按状态排序是如下所示的:
"0": "Pending",
"1": "Running",
"3": "Canceling",
"6": "Failing",
"8": "WaitingRetry",
考虑到实用性是否应该重新调整一下将 Running 调为 0,将 Pending 调为 1?
现阶段如果任务队列存在大批量的 Pending 和 WaitingRetry,无论怎样排序 Running 都会被夹在中间,而相对前二者,普通人应该是更关注 Running 的
Beta Was this translation helpful? Give feedback.
All reactions