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(proguard): Wait until chunks are assembled #2267

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

szokeasaurusrex
Copy link
Member

When chunk uploading Proguard mappings, we need to wait until the server has finished assembling the Proguard mappings. Otherwise, if the user passes an --app-id to the function, associating the Proguard mappings with the App ID could fail, since the server may not have assembled the Proguard file by the time we make the request to associate the App ID.

When chunk uploading Proguard mappings, we need to wait until the server has finished assembling the Proguard mappings. Otherwise, if the user passes an `--app-id` to the function, associating the Proguard mappings with the App ID could fail, since the server may not have assembled the Proguard file by the time we make the request to associate the App ID.
@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) November 25, 2024 20:10
@loewenheim
Copy link
Contributor

In native chunk uploads this is solved with the --wait flag; you could do something similar here and set it up so that --app-id implies --wait. But that's maybe a concern for a future PR.

@szokeasaurusrex szokeasaurusrex merged commit 5fe290c into master Nov 26, 2024
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/poll-assemble branch November 26, 2024 08:52
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