We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460b87d commit 8faec8cCopy full SHA for 8faec8c
components/ws-manager/pkg/manager/probe.go
@@ -42,7 +42,7 @@ type WorkspaceReadyProbe struct {
42
43
// NewWorkspaceReadyProbe creates a new workspace probe
44
func NewWorkspaceReadyProbe(workspaceID string, workspaceURL url.URL) WorkspaceReadyProbe {
45
- workspaceURL.Path += "/_supervisor/v1/status/ide/wait/true"
+ workspaceURL.Path += "/_supervisor/v1/status/ide"
46
readyURL := workspaceURL.String()
47
48
return WorkspaceReadyProbe{
0 commit comments