Skip to content

fix: use exponential retires on NAS#424

Merged
john0isaac merged 4 commits into
mainfrom
fix/use-exponential-retires-on-NAS
May 9, 2026
Merged

fix: use exponential retires on NAS#424
john0isaac merged 4 commits into
mainfrom
fix/use-exponential-retires-on-NAS

Conversation

@john0isaac
Copy link
Copy Markdown
Collaborator

When concurrently trying to access file cache on network attached storages (ex. Azure Files) you can get a permission error if the file is locked by another request. applying the same handling we have for windows fixes this issue.

fixes #113

When concurrently trying to access file cache on network attached storages for example Azure Files you can get a permission error if the file is locked by another request. applying the same handling we have for windows fixes this issue.
@john0isaac john0isaac requested a review from davidism April 30, 2026 19:54
@john0isaac john0isaac self-assigned this Apr 30, 2026
@john0isaac john0isaac added the bug Something isn't working label Apr 30, 2026
@john0isaac john0isaac force-pushed the fix/use-exponential-retires-on-NAS branch from e5ba684 to 9beb90b Compare April 30, 2026 19:55
@john0isaac john0isaac merged commit b5898dc into main May 9, 2026
11 checks passed
@john0isaac john0isaac deleted the fix/use-exponential-retires-on-NAS branch May 9, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

Using set() of FileSystemCache raises errors on Ubuntu 20.04

2 participants