metrics-mvp icon indicating copy to clipboard operation
metrics-mvp copied to clipboard

Fix file write concurrency

Open JulianPinzaru opened this issue 5 years ago • 2 comments

Fixes #565.

Proposed changes

Using native python module fcntl to put locks on writing data to a file. This way we can prevent multiple processes writing to the same file simultaneously and erasing each other's data.

JulianPinzaru avatar Feb 23 '20 19:02 JulianPinzaru