zhongjiajie commented on code in PR #10373: URL: https://github.com/apache/dolphinscheduler/pull/10373#discussion_r892046738
########## docs/docs/en/guide/task/datax.md: ########## @@ -19,6 +19,8 @@ DataX task type for executing DataX programs. For DataX nodes, the worker will e - **Environment Name**: Configure the environment name in which to run the script. - **Number of failed retry attempts**: The number of times the task failed to be resubmitted. - **Failed retry interval**: The time, in cents, interval for resubmitting the task after a failed task. +- **Cpu quota**: Assign the specified CPU time quota to the task executed. Takes a percentage value. Default -1 means unlimited. For example, the full CPU load of one core is 100%,and that of 16 cores is 1600%. This function is controlled by [task.resource.limit.state](https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/architecture/configuration.html) Review Comment: try using related path [task.resource.limit.state](../../architecture/configuration.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
