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
通过命令向处于blocked的task下发continue指令
task状态被成功置为continue,但是未转换成running
The text was updated successfully, but these errors were encountered:
dag ins的状态已经被置为 running
Sorry, something went wrong.
额,那这个issue还需要跟进吗
需要跟进,下发continue命令后 dag ins状态blocked -> running,task状态 blocked -> continue,task并未进一步将状态置为 running,去实际运行。 目前有一个临时解决手段,手动触发dagIns初始化:
好的,我在本地复现看看,理论上task状态流转为 continue时,下一步就是running了
No branches or pull requests
通过命令向处于blocked的task下发continue指令
task状态被成功置为continue,但是未转换成running
The text was updated successfully, but these errors were encountered: