-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use workspace limit idle timeout value in WorkspaceActivityManager #9342
Conversation
Pls write more meaningful title. |
ci-test |
@@ -32,3 +32,5 @@ che.infra.kubernetes.installer_server_max_port=che.infra.openshift.installer_ser | |||
|
|||
che.infra.docker.daemon_url=docker.client.daemon_url | |||
che.infra.docker.certificates_folder=docker.client.certificates_folder | |||
|
|||
che.limits.workspace.idle.timeout=che.workspace.agent.dev.inactive_stop_timeout_ms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new line
@@ -32,3 +32,5 @@ che.infra.kubernetes.installer_server_max_port=che.infra.openshift.installer_ser | |||
|
|||
che.infra.docker.daemon_url=docker.client.daemon_url | |||
che.infra.docker.certificates_folder=docker.client.certificates_folder | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment why we need it.
…aceActivityManager
ci-test build report: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does alias will guarantee that users who still using CHE_WORKSPACE_AGENT_DEV_INACTIVE__STOP__TIMEOUT__MS
will have proper timeout ?
@riuvshin no, it doesn't. |
What does this PR do?
WorkspaceActivityManager is now using accounts resources to retrieve workspaces idle timeouts. "che.limits.workspace.idle.timeout" property is also used now as default value for timeout.
Removed old "che.workspace.agent.dev.inactive_stop_timeout_ms" property.
What issues does this PR fix or reference?
#8951
Release Notes
Docs PR