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

Re-Evaluate Mocked Phases #54

Closed
MichaelClifford opened this issue Oct 2, 2024 · 1 comment · Fixed by #246
Closed

Re-Evaluate Mocked Phases #54

MichaelClifford opened this issue Oct 2, 2024 · 1 comment · Fixed by #246
Labels

Comments

@MichaelClifford
Copy link
Collaborator

This is a somewhat long pipeline and some of the steps can take a significant amount of time. As a developer, I want to be able to work on and test different parts of the pipeline without waiting on all previous steps to complete first. We currently have an approach of using "faked" pipeline steps with the same names but different functionality. While developing, I've found that even with the faked steps moving data around can take a long time and hinder development speed.

I propose that we generate a long lasting PVC on our cluster that is pre-loaded with all of the interim datasets and models needed throughout the pipeline so that we can easily skip directly to whichever step is relevant for a developer without waiting on any previous data passing steps.

@tumido
Copy link
Member

tumido commented Nov 22, 2024

Can this be solved by #198

I guess we can remove the .faked packages and task components there if we are able to split the pipeline in runtime. 🙂

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

Successfully merging a pull request may close this issue.

2 participants