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

Observable mode for Host #607

Open
takeshi-uchitane opened this issue May 15, 2018 · 3 comments
Open

Observable mode for Host #607

takeshi-uchitane opened this issue May 15, 2018 · 3 comments
Assignees

Comments

@takeshi-uchitane
Copy link
Contributor

Requirement

  • It is required to include finished jobs even if created jobs should not be submitting.

Implementation

  • Adding "observable" mode for host model to include finished jobs and not to submit created jobs.
@yohm
Copy link
Member

yohm commented May 16, 2018

実際どういう仕様がいいと思います?今はHostにpolling statusのbooleanのフラグがあるだけですが。
pollingをoffにした時に、ジョブ投入を停止してジョブ回収は継続するという仕様に変更するのもありかもしれませんね。

@takeshi-uchitane
Copy link
Contributor Author

経緯としては,鷹見さんからのリクエストです.競技終了後のデータを回収したいが,次の試合のジョブはまだ実行してほしくないという要望でした.

ジョブ投入を停止してジョブ回収は継続するという仕様に変更する

リモートホストのメンテナンスなどで,アクセスすべきでない時はジョブ回収も停止する機能が必要だと思いますがいかがでしょう?

実装案としては,オンオフボタンでなく,プルダウンメニューに
enable
observable
disable
と並べるのが良いかと思っていました.

@yohm
Copy link
Member

yohm commented May 16, 2018

背景、理解しました。

実装案としては,オンオフボタンでなく,プルダウンメニューに
enable
observable
disable
と並べるのが良いかと思っていました.

それならシンプルでいいですね。その方針でやりましょう。
"observable"という名前ですが、もうちょっといいものないかな?"submission_disabled"とか??(微妙だけど)

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

2 participants