mapSummary.concurrency

Property Description

The maximum concurrency number for executing parallel tasks during the map 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.mapSummary.concurrency);
... 

        

Related Topics

summaryContext.mapSummary
mapSummary.dateCreated
mapSummary.keys
mapSummary.seconds
mapSummary.usage
mapSummary.yields
mapSummary.errors

General Notices