-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: retry renaming update file when EBUSY error occurs due to file lock #8437
fix: retry renaming update file when EBUSY error occurs due to file lock #8437
Conversation
🦋 Changeset detectedLatest commit: 2ab94eb The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for car-park-attendant-cleat-11576 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
c6fad49
to
d71e8b4
Compare
Just noticed a changeset file is missing from the PR. Can you please generate one using |
I've added a changeset file as a patch bump. |
This PR addresses the issue reported in #6031.
Problem:
Auto-update occasionally fails when another process (e.g., antivirus scanner) locks the temp update file during the rename operation.
Solution:
Update the logic to retry the rename operation for approximately 30 seconds if the error is EBUSY.