-
Notifications
You must be signed in to change notification settings - Fork 45
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
Task specific signature mode. #1000
Comments
🥇 for the 1000^{th} issue ...
Sure that'd be very helpful! But how to prevent rerun / or trigger rerun in this case? Use some local |
Do not know. Need to think harder. |
With the new
would be skipping the calculation of md5 of input and output files, at the cost of not able to skip a task, which is not important for production runs. However, I would argue in the later case a workflow level So I think this will be |
Right now, the tasks inherit signature mode from the sos instance. Even for PBS task engine, the signature mode is passed to the template and to the
sos execute
command.I am wondering if there are cases that we want to keep signatures for main sos workflow, but use different signature mode for the tasks (something like
task: sig_mode='ignore'
). For example, the cluster might not like the multiple small files created by signatures (#991) and there is no need for signatures for large number of small tasks, or for production runs.The text was updated successfully, but these errors were encountered: