feat(core): exponential backoff of workspace reconnect (#23083)

This commit is contained in:
James Long
2026-04-17 09:52:10 -04:00
committed by GitHub
parent fffc496f41
commit 0f80c827ed
2 changed files with 68 additions and 55 deletions

View File

@@ -229,6 +229,10 @@ export function DialogWorkspaceCreate(props: { onSelect: (workspaceID: string) =
})
const result = await sdk.client.experimental.workspace.create({ type, branch: null }).catch((err) => {
toast.show({
message: "Creating workspace failed",
variant: "error",
})
log.error("workspace create request failed", {
type,
error: errorData(err),