Actions
Optimization #2327
closedWrite rules to temp file or directory first, then rename into final location.
Effort:
medium
Difficulty:
medium
Label:
Description
This will create a smaller window of time where the destination rule file, or files are in a state where they are being written to.
For the single output file case this is pretty trivial. For the --no-merge it will require some temp folder juggling and multiple file moves increasing the time window where we are in an inconsistent state, but should still be better.
Actions