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 47d66a4 commit 333ec0aCopy full SHA for 333ec0a
components/ws-manager-bridge/src/bridge.ts
@@ -394,11 +394,11 @@ export class WorkspaceManagerBridge implements Disposable {
394
395
span.setTag("after", JSON.stringify(instance));
396
397
+ await this.workspaceDB.trace(ctx).storeInstance(instance);
398
+
399
// now notify all prebuild listeners about updates - and update DB if needed
400
await this.prebuildUpdater.updatePrebuiltWorkspace({ span }, userId, status);
401
- await this.workspaceDB.trace(ctx).storeInstance(instance);
-
402
// cleanup
403
// important: call this after the DB update
404
if (!!lifecycleHandler) {
0 commit comments