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

Check outputs in datalad schedule don't conflict with previous outputs #12

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

timcallow
Copy link
Owner

@timcallow timcallow commented Dec 18, 2024

When many schedule commands are issued, the output in one schedule command might conflict with the output of another.

This PR adds the flag --check-outputs, which will refuse to schedule the job if it finds the same outputs in a previously scheduled job without a corresponding finish command.

It is set to True by default but can be disabled with --check-outputs=False.

This PR will close issue #1

@timcallow timcallow linked an issue Dec 18, 2024 that may be closed by this pull request
@timcallow timcallow merged commit 5e890f3 into develop Dec 18, 2024
0 of 3 checks passed
@timcallow timcallow deleted the check_outputs branch December 18, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outputs from different schedule jobs may conflict
1 participant