Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atomic operations for bulk processing #188

Open
coobird opened this issue Mar 5, 2022 · 0 comments
Open

Atomic operations for bulk processing #188

coobird opened this issue Mar 5, 2022 · 0 comments

Comments

@coobird
Copy link
Owner

coobird commented Mar 5, 2022

When bulk processing operations like toFiles encounters an error part way through processing the input files, it will still output files that have been processed successfully, but will stop and not process the rest. This may be undesirable under certain circumstances, as it is basically partial state.

By having an option to enable "atomic" or "transactional" operations (i.e. you get everything or you get nothing) may be beneficial under these cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant