The script terminates with an error after 215 minutes of execution

time_out_215_mins

The script terminates with an error after 215 minutes of execution. At the same time, the server does not show any heavy loads. What can it be connected with - some restriction on the script execution time in the settings?

No errors, only this message in nodes “The execution was interrupted, so the data was not saved. Try fixing the workflow and re-executing.”

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @asuhan,

What do you have the timeout set to for your workflows and in your exection log which node is failing?

Good afternoon, Jon
Timeout is not set. There is no error node, just no data and a message that execution was interrupted.

Hey @asuhan,

Have you set the timeout as an environment option maybe? It might be worth checking the logs to see if there are any errors as well.

Good afternoon, Jon
There is nothing about timeout in the environment variables. Can you tell me where to look at the logs? There is no data in the nodes…

Thanks.

Regards, Aleksandr.

Hey @asuhan,

There is normally some kind of data it is a bit worrying that there is nothing at all. You can check the logs in the docker output unless you have it configured to log to file. Are you using anything like queue mode or is it just one instance.

One Instance, Jon. It’s hard for me to go any further, because I’ve never worked with Docker that deep. I’d rather break the script into parts.

That is not a bad idea although I also don’t know what your script is doing as that was not shared.

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