Skip to content
Closed
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 @@ -11546,7 +11546,7 @@
"$ref": "#/definitions/ResourceFile"
},
"title": "A list of files that the Batch service will download to the compute node before running the command line.",
"description": "Files listed under this element are located in the task's working directory."
"description": "Files listed under this element are located in the task's working directory. There is a maximum size for the list of resource files. When this is exceeded, the task cannot be added and the response error code will be RequestEntityTooLarge. If this occurs the recommended solution is to use an ApplicationPackage."
},
"outputFiles": {
"type": "array",
Expand Down Expand Up @@ -13953,7 +13953,7 @@
"$ref": "#/definitions/ResourceFile"
},
"title": "A list of files that the Batch service will download to the compute node before running the command line.",
"description": "For multi-instance tasks, the resource files will only be downloaded to the compute node on which the primary task is executed."
"description": "For multi-instance tasks, the resource files will only be downloaded to the compute node on which the primary task is executed. There is a maximum size for the list of resource files. When this is exceeded, the task cannot be added and the response error code will be RequestEntityTooLarge. If this occurs the recommended solution is to use an ApplicationPackage."
},
"outputFiles": {
"type": "array",
Expand Down Expand Up @@ -14053,7 +14053,7 @@
"$ref": "#/definitions/ResourceFile"
},
"title": "A list of files that the Batch service will download to the compute node before running the command line.",
"description": "For multi-instance tasks, the resource files will only be downloaded to the compute node on which the primary task is executed."
"description": "For multi-instance tasks, the resource files will only be downloaded to the compute node on which the primary task is executed. There is a maximum size for the list of resource files. When this is exceeded, the task cannot be added and the response error code will be RequestEntityTooLarge. If this occurs the recommended solution is to use an ApplicationPackage."
},
"outputFiles": {
"type": "array",
Expand Down