Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jakeryansmith's avatar

Setting queue priority in Forge

The documentation is clear on how to set queue priority using comma-delimited list of queue names like this: queue:work --queue=high,low.

What I'd like to know is how this is set up with Forge? Do I just enter "high,low" in the Queue field like this: https://d.pr/free/i/RtP0sc

Thanks!

0 likes
2 replies
cmgmyr's avatar
cmgmyr
Best Answer
Level 12

Yes, that is correct

whitea2's avatar

Just wanted to add that putting a space after the comma in the queue names caused an issue for me. Make sure the queue names are separated only by a comma and no space

Please or to participate in this conversation.