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

Allow for batches of blocks to be post-processed #12

Open
0237h opened this issue Feb 18, 2023 · 0 comments
Open

Allow for batches of blocks to be post-processed #12

0237h opened this issue Feb 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@0237h
Copy link
Collaborator

0237h commented Feb 18, 2023

Problem

Currently, all blocks need to be processed before passing onto the post-processing step (just stored into a file as of now, see #11).
This makes it unconvenient when working with large block ranges or with a lot of data that needs to be stored in memory.

Also, if an unexpected error occurs at the block processing step, all previously processed block data will be lost and nothing will be available in the final output.

Proposition

Allow for having batches of processed blocks (customizable) to be sent to the post-processing step.

@0237h 0237h added the enhancement New feature or request label Feb 18, 2023
@0237h 0237h self-assigned this Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant