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

apple-codesign: survive network brownout #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

basilevs
Copy link

@basilevs basilevs commented Dec 8, 2024

Notarization performs a lot of polling requests.
Some may fail due to network problems.
Only the last request result is required for succefull notarization. Therefore we can safely ignore non-fatal errors until timeout is exceded.

Fixes #169

Notarization performs a lot of polling requests.
Some may fail due to network problems.
Only the last request result is required for succefull notarization.
Therefore we can safely ignore non-fatal errors until timeout is exceded.

Fixes indygreg#169
@basilevs basilevs marked this pull request as ready for review December 9, 2024 13:54
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.

Temporary DNS failure terminates notarization wait
1 participant