reduceSummary.concurrency

Property Description

The maximum concurrency number for executing parallel tasks during the reduce stage.

Note:

This number may be less than the concurrency 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 is not a functional example. For a complete script example, see Map/Reduce Script Samples.

          ...
log.audit(' Concurrency', summary.reduceSummary.concurrency);
... 

        

Related Topics

General Notices