Skip to content

fix: Prevent cache issues when using parallel workers - #355

Open
pmzandbergen wants to merge 1 commit into
bitExpert:masterfrom
pmzandbergen:issue/cache-issues-with-parallel-workers
Open

fix: Prevent cache issues when using parallel workers#355
pmzandbergen wants to merge 1 commit into
bitExpert:masterfrom
pmzandbergen:issue/cache-issues-with-parallel-workers

Conversation

@pmzandbergen

Copy link
Copy Markdown

It turned out that this was caused by problems with fetching/writing cache. If one process writes cache and another process simultaneously fetches the cache, the latter may retrieve an incomplete or empty cache file.

@shochdoerfer

Copy link
Copy Markdown
Member

Sounds like this could fix #316.

Thx @pmzandbergen for your help!

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.

2 participants