You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: sql.NullString{Valid: true, String: "No provisioners were available to handle the orphan-delete request. The workspace was marked as deleted, but no resources were destroyed."},
487
+
Error: sql.NullString{Valid: true, String: "No provisioners were available to handle the request. The workspace has been deleted. No resources were destroyed."},
480
488
ErrorCode: sql.NullString{Valid: false},
481
489
ID: provisionerJob.ID,
482
490
StartedAt: sql.NullTime{Valid: true, Time: now},
483
491
UpdatedAt: now,
484
492
}); err!=nil {
485
493
returnBuildError{http.StatusInternalServerError, "mark orphan-delete provisioner job as completed", err}
0 commit comments