Map/Reduce Governance Limitations

Get Input Data

  • 10,000 units of API usage
  • 60 minutes of time
  • 1B of instructions

The script ends the function invocation and exits the stage. It proceeds directly to the summarize stage.

Map

  • 1,000 units of API usage
  • 5 minutes of time
  • 100M of instructions

The response includes two parts. Note that you can configure the second part:

  1. The function invocation ends, even if its work on the current key/value pair is incomplete.
  2. Other jobs in Processing status are normally finished and their executions are not interrupted, but jobs in Pending status are canceled immediately. However, you can configure the script to invoke the function again for the same key/value pair.

Reduce

  • 5,000 units of API usage
  • 15 minutes of time
  • 100M of instructions

Summarize

  • 10,000 units of API usage
  • 60 minutes of time
  • 1B of instructions

The script stops executing.

Leave a comment

Your email address will not be published. Required fields are marked *