File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
components/ws-manager-bridge/src Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -512,8 +512,6 @@ export class WorkspaceManagerBridge implements Disposable {
512
512
513
513
for ( const [ instanceId , ri ] of runningInstancesIdx . entries ( ) ) {
514
514
const instance = ri . latestInstance ;
515
- // This ensures that the workspace instance is not in a
516
- // non-running phase for longer than the max time
517
515
if (
518
516
! (
519
517
instance . status . phase === "running" ||
@@ -618,7 +616,7 @@ export class WorkspaceManagerBridge implements Disposable {
618
616
info . latestInstance . stoppedTime = nowISO ;
619
617
info . latestInstance . status . phase = "stopped" ;
620
618
await this . workspaceDB . trace ( ctx ) . storeInstance ( info . latestInstance ) ;
621
-
619
+ console . log ( ">>>>> " , info . latestInstance ) ;
622
620
await this . messagebus . notifyOnInstanceUpdate ( ctx , info . workspace . ownerId , info . latestInstance ) ;
623
621
await this . prebuildUpdater . stopPrebuildInstance ( ctx , info . latestInstance ) ;
624
622
}
You can’t perform that action at this time.
0 commit comments