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

Update some descriptions. #5305

Merged
merged 1 commit into from
Mar 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12477,7 +12477,8 @@
},
"stats": {
"$ref": "#/definitions/JobStatistics",
"title": "Resource usage statistics for the entire lifetime of the job. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
"title": "Resource usage statistics for the entire lifetime of the job.",
"description": "This property is populated only if the CloudJob was retrieved with an expand clause including the 'stats' attribute; otherwise it is null. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
}
},
"title": "An Azure Batch job."
Expand Down Expand Up @@ -13401,7 +13402,8 @@
},
"stats": {
"$ref": "#/definitions/PoolStatistics",
"title": "Utilization and resource usage statistics for the entire lifetime of the pool. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
"title": "Utilization and resource usage statistics for the entire lifetime of the pool.",
"description": "This property is populated only if the CloudPool was retrieved with an expand clause including the 'stats' attribute; otherwise it is null. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
}
},
"title": "A pool in the Azure Batch service."
Expand Down Expand Up @@ -13710,7 +13712,7 @@
},
"required": [ "coordinationCommandLine" ],
"title": "Settings which specify how to run a multi-instance task.",
"description": "Multi-instance tasks are commonly used to support MPI tasks."
"description": "Multi-instance tasks are commonly used to support MPI tasks. In the MPI case, if any of the subtasks fail (for example due to exiting with a non-zero exit code) the entire multi-instance task fails. The multi-instance task is then terminated and retried, up to its retry limit."
},
"TaskStatistics": {
"properties": {
Expand Down