When we run this workflow unexpectedly it stops after some time(ex: 120 mins, 94mins, 238 mins) without giving any details on why it stopped with an error
Below is the screenshot of the Error msg it displays.
I see the docker command you used is forwarding the logs to output.log - do you have any more data in there?
Also is it possible to add another environment variable N8N_LOG_LEVEL=debug so that n8n outputs more data? This could help us identify what happened in this specific scenario. The screenshot alone at this point just leads me to believe n8n had an issue saving the execution, but it’s hard to say why this happened at this point.
By the logs, I see that the first image shows that n8n was trying to resume the execution with ID 4 in the very beginning. Then it failed to do so because nodeExecuteionStack was not readable.
Il’l have to ask @Jon to direct this to the rest of the team, n8n is probably having issues saving the execution when it’s put to wait and then when resuming, it fails.
Maybe with this information the rest of the team can address it.