Skip to content

Remove dead code: Probe Workspaces #8505

Closed
@corneliusludmann

Description

@corneliusludmann

In the past, we used probe workspaces to check if a workspace cluster is working:

// startWorkspaceProbe creates and starts a new workspace which is independent of external services and curls a response URL as init task
async startWorkspaceProbe(ctx: TraceContext, responseURL: string, responseToken: string): Promise<void> {

However, we do not support and use probe workspaces anymore. We should remove all the dead code around probe workspace. That includes:

  • The function mentioned above.
  • The workspace templates for probe workspaces.
  • Maybe other references of probe workspaces in the repo.

More context: https://gitpod.slack.com/archives/C02F19UUW6S/p1646075269171699 (internal)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions