reduceSummary.concurrency
Property Description |
The maximum concurrency number for executing parallel tasks during the reduce stage.
Note:
This number might be lower than the concurrency set in the script deployment. For example, tasks that remained in the pending state are not reflected in this number. |
Type |
number |
Since |
2015.2 |
Syntax
The following code snippet shows the syntax for this member. It's not a functional example. For a complete script example, see SuiteScript 2.x Map/Reduce Script Code Samples.
...
log.audit(' Concurrency', summary.reduceSummary.concurrency);
...