How to execute all the Workflows Call Without QUEUE

Hello everyone. First time here. I hope that this message finds you in peace.

I’ve been facing a weird behavior since de last update, all my workflow is going to queue.

I have done some research and changed the EXECUTION_MODE in the worker stack but does not change.

Can someone tell me if I can start the workflows and a lot of them when my user launches it?

I use Type bot to send a request to N8N and N8N has a loop to send email (aws SE) and WhatsApp (Evolution Api 2). So my users can send bulk messages.

Above is the workflow example:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Luan_Fellipe_Farol.

Welcome to the community :tada:

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?

2 Likes

Hello and thank you for your response.

Sorry, I don’t make myself clear.

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.

Any suggestion?