-
Notifications
You must be signed in to change notification settings - Fork 32
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
App upload intermittently fails #33
Comments
For me it crashes half of the time when building. would be nice with some retry |
Retry is not happening, see #37 (comment) |
Can we keep the issue open? It’s still an issue even though retry has not been accepted as a solution. |
It's still a problem, but it's really a problem on Apple's end. Trying to fix it on our end will be problematic because the behavior of their tools and servers aren't particularly transparent and could change at any time. |
Periodically I see that uploading the app to Apple fails with this error:
Often, 2-3 concurrent builds will fail in the same way. Restarting them typically makes them pass. It seems the later calls within the notarization process are retried upon failure, and I see this same error successfully recovered from there. Could/should the same logic be applied to the upload step too?
The text was updated successfully, but these errors were encountered: