Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Steps needed once to reconfigure settings (background info)
Re-run:
bash resources.sh init-project --project $GCS_PROJECT --bucket $GCS_BUCKET_NAME --ip-range $IP_RANGE --ms-path <path>/monitor.sh
to generate newworkflow_options.json
&cromwell.conf
New
workflow_options.json
should contain a new line for the monitoring scriptRun:
bash start.sh $GCS_INSTANCE_NAME --server-account $GCS_SERVICE_ACCOUNT --project $GCS_PROJECT --boot-disk-size=50GB --boot-disk-type=pd-standard --machine-type=e2-standard-2
to create a VMWithin the VM, check that
/shared/cromwell/workflow_options.json
reflects the new changeIf user provides a path to a monitoring script, every task will generate a monitoring log file
NOTE: if specified, it is the user responsibility to ensure that the monitoring script is in $BUCKET/$MS_PATH, otherwise it breaks
Tasks
monitoring.log
for every task|__ - works but breaks estimate-bills script
Tasks beyond the scope of this pull request:
Analysis of Monitoring Scripts #30