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

Avoid publishing all process outputs - HIGH PRIORITY #32

Open
LysianeBouchard opened this issue Oct 2, 2024 · 0 comments
Open

Avoid publishing all process outputs - HIGH PRIORITY #32

LysianeBouchard opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LysianeBouchard
Copy link
Contributor

Description of the bug

Currently, all process outputs is automatically published to the given output directory.

It is a behaviour that is interesting for debugging, but in production, it slow downs the job and consumes space for nothing as we are not interested in keeping all intermediate outputs.

One possibility to fix this is to keep the publish logic in place but activate it only when a specific boolean parameter is passed (ex: --debug or --publish-intermediate-outputs ).

Command used and terminal output

No response

Relevant files

No response

System information

No response

@LysianeBouchard LysianeBouchard added the bug Something isn't working label Oct 2, 2024
@LysianeBouchard LysianeBouchard changed the title Avoid publishing all process outputs Avoid publishing all process outputs - HIGH PRIORITY Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant