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

Refactor batching of commands in Pipeliner #776

Open
pjbriggs opened this issue May 12, 2022 · 0 comments
Open

Refactor batching of commands in Pipeliner #776

pjbriggs opened this issue May 12, 2022 · 0 comments

Comments

@pjbriggs
Copy link
Member

Proposal to refactor the batching mechanism in the pipeliner module, which is currently done by inserting each subscript in a batch into its own block in a single "master" script.

The refactoring would involve generating separate script files for each subscript in the batch, and then creating a master runner script which would run each subscript in turn. This should be more robust and also provide a way to handle failure of one or more subscripts, without then stopping any subsequent subscripts from being executed.

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