Status unknown in 0s

Hi all,

I have a workflow that sometimes stalls and does not run when it has the message: “Status unknown in 0s | ID#12603”

Is it possible to receive an email when this happens, so I can manually exicute it to get it back up and running?

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:

If it errors at a specific node you can turn on “continue with error branch” in the node settings.

Otherwise there is a trigger node for when a workflow fails, you could use that to get notified

1 Like

Hi all,

Sorry for the delay in replying here. Please find info attached:

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

I am still running into this issue, unfortunalty the continue with error branch does not solve it.

Here’s an example - it looks like Google timed out here with a 503, this caused the workflow to stop with a status “unknown”. The problem here is it does not restart the workflow at all until I manually login to N8N and click “Execute Workflow”. Is there anyway to force it to restart?

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