Skip to content

Add retry logic to macOS codesigning#141

Open
vadi2 wants to merge 3 commits intomasterfrom
fix/codesign-retry-on-timestamp-failure
Open

Add retry logic to macOS codesigning#141
vadi2 wants to merge 3 commits intomasterfrom
fix/codesign-retry-on-timestamp-failure

Conversation

@vadi2
Copy link
Copy Markdown
Member

@vadi2 vadi2 commented Mar 18, 2026

Apple's timestamp service can be temporarily unavailable, causing codesign to fail with The timestamp service is not available - for example in https://github.com/Mudlet/Mudlet/actions/runs/23243399477/job/67565391792?pr=9069.

Retry up to 3 times with a 15s delay, matching the retry pattern already used for notarytool and appdmg in the same pipeline.

Apple's timestamp service can be temporarily unavailable, causing
codesign to fail with "The timestamp service is not available".
Retry up to 3 times with 15s delay, matching the retry pattern
already used for notarytool and appdmg.
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.

1 participant