curl -X GET https://qstash.upstash.io/v2/flowControl/YOUR_FLOW_CONTROL_KEY -H "Authorization: Bearer <token>"
{ "flowControlKey": "YOUR_FLOW_CONTROL_KEY", "waitListSize": 5, "parallelismMax": 10, "parallelismCount": 3, "rateMax": 100, "rateCount": 42, "ratePeriod": 60, "ratePeriodStart": 1708000000 }
Get Information on Flow-Control
parallelism
rate
Was this page helpful?