Stop gracefully shuts down the orchestrator with the given cause. The cause is used for logging and error reporting.
(ctx context.Context, cause error)
| 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. |
no outgoing calls