Skip to content

Commit

Permalink
Merge pull request broadinstitute#5020 from broadinstitute/BA-5652_su…
Browse files Browse the repository at this point in the history
…spicious_submissions_playbook

[BA-5652] Updated all-purpose-mess-remover.dot and all-purpose-mess-remover.dot.png
  • Loading branch information
ichengchang authored Jul 17, 2019
2 parents e7dcbc7 + c01ae82 commit b3a7eff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions processes/troubleshooting/all-purpose-mess-remover.dot
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ digraph {
# Always start with a restart:
restart_cromwell_instance [shape=oval label="Restart Cromwell's 'writer' instance"];

determine_time [shape=oval label="Determine what time things started going wrong"];
determine_submissions_of_interest [shape=oval label="Determine a submission of interest from around that time"];
download_submission_print_out [shape=oval label="Download submission_print_out.sh from github repo dsp-scripts/cromwell"];
make_sure_gcloud_use_firecloud [shape=oval label="Make sure gcloud is using a firecloud.org account configuration"];
determine_submissions_of_interest [shape=oval label="Determine a submission of interest at a time right before alerts are generated.\nRun the script as\n\n./submission_print_out.sh <env>"];

place_submissions_on_hold [shape=oval label="Place all workflows from that submission on hold in the database"];
place_submissions_on_hold [shape=oval label="Place all workflows from that submission on hold in the database."];


go_to_sleep [shape=oval label="Great!\nYour work here is done."];
Expand All @@ -24,8 +25,9 @@ digraph {

restart_cromwell_instance -> go_to_sleep [label="That worked!"]

restart_cromwell_instance -> determine_time [label="The problem persists"]
determine_time -> determine_submissions_of_interest
restart_cromwell_instance -> download_submission_print_out [label="The problem persists"]
download_submission_print_out -> make_sure_gcloud_use_firecloud
make_sure_gcloud_use_firecloud -> determine_submissions_of_interest
determine_submissions_of_interest -> place_submissions_on_hold

place_submissions_on_hold -> restart_cromwell_instance
Expand Down
Binary file modified processes/troubleshooting/all-purpose-mess-remover.dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3a7eff

Please sign in to comment.