Skip to main content
GET
/
v2
/
globalParallelism
curl -X GET https://qstash.upstash.io/v2/globalParallelism -H "Authorization: Bearer <token>"
{
  "parallelismMax": 500,
  "parallelismCount": 42
}

Documentation Index

Fetch the complete documentation index at: https://upstash-cloud-4245.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

parallelismMax
integer
The configured maximum global parallelism.
parallelismCount
integer
The current number of messages running globally in parallel.
curl -X GET https://qstash.upstash.io/v2/globalParallelism -H "Authorization: Bearer <token>"
{
  "parallelismMax": 500,
  "parallelismCount": 42
}