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

Fail with an internal server error when systems refresh fails #5

Merged
merged 4 commits into from
Dec 17, 2023

Conversation

madmikeross
Copy link
Owner

This change includes new print statements to help walk through a failing systems refresh request inside of the docker environment. Rebuilds were taking some time, so I also added dependency caching with cargo chef. The existing try join all pattern was not correctly propagating errors to warp, so this change also includes an updated pattern that uses tokio's JoinSet to check that each spawned task does not error.

@madmikeross madmikeross merged commit 5a45fd3 into master Dec 17, 2023
1 check passed
@madmikeross madmikeross deleted the docker branch December 17, 2023 22:23
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.

1 participant