-
Notifications
You must be signed in to change notification settings - Fork 3
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
Project Merge Analyses runs for each experiment when running isabl process-finished
#46
Comments
@nickp60 I was long due to comment on this issue. Project-level merge runs after each analysis is completed ( Lines 135 to 167 in f13b995
I believe what you're seeing is that it runs when |
Description
When running
isabl process-finished
to complete a group of analyses, the project-level merge logic is run after each is completed. This is very time consuming, and would probably be best run after the command is finished to avoid wasting resources.What I Did
isabl process-finished -fi projects 20
Isabl runs the merge analysis after processing each analysis.
New feature
Perhaps a fix could be to disable
trigger_analyses_merge
when executingpatch_instance
from the process-finished command. Instead, the process-finished cmd could keep a list of analysis keys, individuals, and projects affected by the query and run those after updaing the statusThe text was updated successfully, but these errors were encountered: