Quick question re: Browser Rendering limit and Queues max_concurrency
I understand that there's a limit of 2 concurrent browsers per account (https://developers.cloudflare.com/browser-rendering/platform/limits/). Since I'm doing rendering inside a Queue, it makes sense that I set its max_concurrency to 2. But looking at the log, all my tasks keep (re)using 1 browser instance.
My question: If I set my queue's max_concurrency to >2 (say, 5), what will happen if there's already 2 concurrent browsers running? Will the rest wait, or simply crash?
0 Replies