Skip to content

Check the agent's status #232

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

Merged
merged 10 commits into from
Apr 26, 2023
Prev Previous commit
Change agent timeout description
I think it still has a chance to connect so this wording makes that
clearer.
  • Loading branch information
code-asher committed Apr 26, 2023
commit 55e4a6191bd6716da48ee48fe780a40b833835cf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum class WorkspaceAndAgentStatus(val label: String, val description: String) {
// Agent states.
CONNECTING("⦿ Connecting", "The agent is connecting."),
DISCONNECTED("⦸ Disconnected", "The agent has disconnected."),
TIMEOUT("ⓧ Timeout", "The agent has timed out."),
TIMEOUT("ⓧ Timeout", "The agent is taking longer than expected to connect."),
AGENT_STARTING("⦿ Starting", "The startup script is running."),
AGENT_STARTING_READY("⦿ Starting", "The startup script is still running but the agent is ready to accept connections."),
CREATED("⦿ Created", "The agent has been created."),
Expand Down