MCPcopy Index your code
hub / github.com/coder/coder / Stop

Method Stop

coderd/prebuilds/api.go:32–32  ·  view source on GitHub ↗

Stop gracefully shuts down the orchestrator with the given cause. The cause is used for logging and error reporting.

(ctx context.Context, cause error)

Source from the content-addressed store, hash-verified

30 // Stop gracefully shuts down the orchestrator with the given cause.
31 // The cause is used for logging and error reporting.
32 Stop(ctx context.Context, cause error)
33
34 // TrackResourceReplacement handles a pathological situation whereby a terraform resource is replaced due to drift,
35 // which can obviate the whole point of pre-provisioning a prebuilt workspace.

Callers 15

CloseMethod · 0.65
TestWatchChatsFunction · 0.65
debugCollectProfileMethod · 0.65
workspaceAgentLogsMethod · 0.65
derpMapUpdatesMethod · 0.65
expireOldAgentsMethod · 0.65
pollDERPMethod · 0.65
sendPingsMethod · 0.65
monitorMethod · 0.65
TestSMTPDispatchFunction · 0.65

Implementers 2

NoopReconcilercoderd/prebuilds/noop.go
StoreReconcilerenterprise/coderd/prebuilds/reconcile.

Calls

no outgoing calls

Tested by 5

TestWatchChatsFunction · 0.52
TestSMTPDispatchFunction · 0.52
newGitLabVCRFunction · 0.52