AWS deadline-cloud documentation change
Summary
Added troubleshooting section for 'CHUNK[INT] task parameter error' requiring TASK_CHUNKING extension
Security assessment
Change documents a job creation error resolution. No security vulnerability or weakness is addressed. The fix involves adding an extension for task processing functionality.
Diff
diff --git a/deadline-cloud/latest/userguide/troubleshooting.md b/deadline-cloud/latest/userguide/troubleshooting.md index fd4700a5a..afa05624f 100644 --- a//deadline-cloud/latest/userguide/troubleshooting.md +++ b//deadline-cloud/latest/userguide/troubleshooting.md @@ -111,0 +112,2 @@ For information about common problems with jobs in AWS Deadline Cloud, see the f +#### Quota validation + @@ -126,0 +129,13 @@ To see the quotas for the maximum number of steps and tasks in a job, use the Se +#### CHUNK[INT] task parameter error + +If job creation fails with the following error message, you need to add the `TASK_CHUNKING` extension to your job template. + + + The CHUNK[INT] task parameter requires the TASK_CHUNKING extension. + +To resolve this issue, add the following to your job template: + + + extensions: + - TASK_CHUNKING +