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

Optional flag to avoid processing when some condition is met #270

Open
RussTorres opened this issue Jan 14, 2025 · 0 comments
Open

Optional flag to avoid processing when some condition is met #270

RussTorres opened this issue Jan 14, 2025 · 0 comments

Comments

@RussTorres
Copy link
Collaborator

Some pipelines may benefit from checking against an output to avoid re-running pipeline operations. One example of this is in the "pseudo-resumability" built on the asap-pipeline montaging workflow.

For example, with this flag on running generate tilespecs on a collection that already contains all the tileIds that would be generated will result in a success without writing to the render service. There should be an interface to modify this condition for the specific module, but the default for any module should be to run with expected behavior.

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