Limit how many Upstash Workflow steps run concurrently with a token-based parallelism control that queues excess requests in a waitlist.
The parallelism limit controls the maximum number of calls that can be executed concurrently.
Unlike rate limiting (which works per time window), parallelism enforces concurrency control with a token-based system.