Worker takes time to process the job

hey, look at this:
this is the worklow running in N8N UI
Screenshot 2024-04-01 at 2.09.41 PM
this is the log of the webhook node


this is the log of the worker node

Why does the worker node take so much time, only one workflow runs at a time, so I know it’s not because it’s overwhelmed with work to do

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:

Hey @waynehamadi,

The only 2 things I can think of would be the main instance is slow to write to Redis or the worker is slow to read from Redis.

Have you tried enabling the debug logs to see they show anything interesting, You can find out how to enable debug logging here: Logging | n8n Docs

Ok I will check the debug logs, thanks

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.