summaryContext.concurrency

Property Description

The maximum concurrency number when executing parallel tasks for the map/reduce script.

Note:

This number may be less than the number allocated on 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(type + ' Concurrency Number ', summary.concurrency);
... 

        

Related Topics

General Notices