Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle early exit due to deploy progress interruption #1063

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

jcao49
Copy link
Contributor

@jcao49 jcao49 commented Dec 15, 2023

Ggt deploy currently will get stuck if the deploy is interrupted and no more progress updates are sent. We need to handle the case where the websocket connection closes due to a step in the deploy erroring and let the user which step it failed at and exit so they aren't stuck waiting for progress updates.

image

Copy link

changeset-bot bot commented Dec 15, 2023

🦋 Changeset detected

Latest commit: e08cd97

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
ggt Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jcao49 jcao49 force-pushed the fix/stuck_deploy_state branch 2 times, most recently from 0f7343c to 30f1a7f Compare December 15, 2023 18:03
@jcao49 jcao49 marked this pull request as ready for review December 15, 2023 18:24
Copy link
Collaborator

@scott-rc scott-rc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@scott-rc scott-rc merged commit 2dee049 into main Dec 15, 2023
7 checks passed
@scott-rc scott-rc deleted the fix/stuck_deploy_state branch December 15, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants