Job Stalled more than maxStalledCount

Hi,

I’m triggering the workflow with webhook and sending an excel file to read rows and do some HTTP requests. When I send 100 rows, workflow is executing without any error. However, when I send more than 1000+ rows, workflow is not able to finish. The error message is ‘Job stalled more than maxStalledCount’. While flow is executing, I’ve investigated CPU and memory usage of both main and worker servers, it looks like limits are not exceeding.

How can I solve this issue?

What is the error message (if any)?

Screenshot 2022-11-02 at 3.58.29 PM

n8n setup details

  • n8n version: 0.181.2
  • Database you’re using: MySQL & Redis → Queue Mode
  • Running n8n with the execution process: own
  • Running n8n via: Docker

Hi @samaritan, I am sorry you’re having trouble. Perhaps you want to check out the suggestions in the existing thread on this?