Skip to content

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