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 7ed9221 commit e9b5fd3Copy full SHA for e9b5fd3
apps/supervisor/src/workloadServer/index.ts
@@ -471,11 +471,11 @@ export class WorkloadServer extends EventEmitter<WorkloadServerEvents> {
471
});
472
473
if (result.success) {
474
- this.logger.info("Suspend completion submitted, deleting instance", {
+ this.logger.info("Suspend completion submitted", {
475
runId,
476
instanceId: body.instance_id,
477
+ snapshotId: body.snapshot_id,
478
- await this.computeManager?.deleteInstance(body.instance_id);
479
} else {
480
this.logger.error("Failed to submit suspend completion", {
481
0 commit comments