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

fix(compute/serve): don't fail the serve workflow if github errors #1246

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

Integralist
Copy link
Collaborator

Some users on Darwin/AMD64 would see an error when running compute serve.

This would be when the CLI attempts to call the GitHub API to check for the latest version of the Viceroy tool.

Viceroy currently doesn't support this ARCH and so the endpoint would return a 5xx which the CLI would then return to the user and stop the overall process from running.

We shouldn't stop the process because the user could have a local version of Viceroy already installed and ready to use.

@Integralist Integralist added the bug Something isn't working label Jul 11, 2024
@Integralist Integralist requested a review from kpfleming July 11, 2024 15:38
@Integralist Integralist force-pushed the integralist/dont-fail-serve branch from 75222aa to 61f2cf6 Compare July 11, 2024 15:41
@Integralist Integralist merged commit 1c74198 into main Jul 11, 2024
8 checks passed
@Integralist Integralist deleted the integralist/dont-fail-serve branch July 11, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants