How to configure max concurrency for Vercel Queues in push mode

Hi all,

I’ve noticed the documentation for the Vercel Queues features mention max concurrency in push mode, but they don’t seem to show how we can achieve this. Does anyone have experience with this feature?

Where is it in the docs? Can you share a link?

“In push mode, you can set a maximum concurrency per consumer group. This limits how many messages can be in-flight simultaneously for that group. If the limit is reached, Vercel holds back delivery until an in-flight message is acknowledged or its lease expires.“