Skip to content

Commit 8faec8c

Browse files
committed
[ws-manager] Remove wait from probes
1 parent 460b87d commit 8faec8c

File tree

1 file changed

+1
-1
lines changed
  • components/ws-manager/pkg/manager

1 file changed

+1
-1
lines changed

components/ws-manager/pkg/manager/probe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type WorkspaceReadyProbe struct {
4242

4343
// NewWorkspaceReadyProbe creates a new workspace probe
4444
func NewWorkspaceReadyProbe(workspaceID string, workspaceURL url.URL) WorkspaceReadyProbe {
45-
workspaceURL.Path += "/_supervisor/v1/status/ide/wait/true"
45+
workspaceURL.Path += "/_supervisor/v1/status/ide"
4646
readyURL := workspaceURL.String()
4747

4848
return WorkspaceReadyProbe{

0 commit comments

Comments
 (0)