Closed C0W0 closed 1 year ago
multiple lodestone core running at the same time will cost data corruption
Added a lockfile check before running the instance. If the lockfile is locked, any attempt to run the lodestone core will cause it to panic and exit.
Added fs3 as we are already using it as a dependency of Deno
Note: make sure your files are formatted with rust-analyzer
@CheatCod Review please
Description
What's the issue
multiple lodestone core running at the same time will cost data corruption
What is done to fix it
Added a lockfile check before running the instance. If the lockfile is locked, any attempt to run the lodestone core will cause it to panic and exit.
Dependency
Added fs3 as we are already using it as a dependency of Deno
Type of change
Note: make sure your files are formatted with rust-analyzer