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: Always poll artifact assembly, even if nothing was uploaded #1726

Merged
merged 1 commit into from Aug 31, 2023

Conversation

loewenheim
Copy link
Contributor

This does two things.

  1. It moves the call to upload_chunks into the case where there are chunks to upload. This is essentially a cosmetic change.
  2. It calls poll_assemble no matter if chunks had to be uploaded or not. This causes the artifact bundle to be assembled in edge cases where the chunks are already on the server, but the bundle hasn't been assembled.

Part of the fix of #1724.

@loewenheim loewenheim merged commit a65651a into master Aug 31, 2023
16 checks passed
@loewenheim loewenheim deleted the fix/assemble-artifact branch August 31, 2023 12:20
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.

None yet

2 participants