Could you clarify what you mean by all your workflows going to queue? Do your workflows eventually run even when it goes to queue or do they not run at all?
I did some reading Queue documentation and got the logic behind it.
But I would like to know if is possible to define how many Executions I can have instantaneously.
My workflows work with data like PHONE and EMAIL and send it to another API so could take a while to finish and other users need to wait for that, that is the point I would like to fix.