Skip to content
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

作业的stop操作改为pause操作 #88

Closed
terrymanu opened this issue May 11, 2016 · 0 comments
Closed

作业的stop操作改为pause操作 #88

terrymanu opened this issue May 11, 2016 · 0 comments

Comments

@terrymanu
Copy link
Member

stop会引起歧义。原stop的作用其实是暂停,而非停止。
目前作业有paused(原stoped), disabled和shutdown三种操作状态,分别用于代表:

  1. 作业的暂停(不重新分片)
  2. 作业的禁用(重新分片)
  3. 作业的关闭(不可通过控制台恢复,可以在命令行重新启动作业)
@terrymanu terrymanu changed the title [Refactor] 作业的stop操作改为pause操作 作业的stop操作改为pause操作 Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant