Describe the issue/error/question N8N is stopping abruptly without givign error in wrkflow at around 15 min, on sigle execution as well as multiple execution at a time
What is the error message (if any)? No error message is generating at all
Please share the workflow
{
"meta": {
"instanceId": "98f8d67e7852cd575c5fb95e011a82345d152c6ea22ca43faf6b53235080ca00"
},
"nodes": [],
"connections": {}
}
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
Hi @pranav_garg, do you mean Cloudron rather than Cloudrun by any chance? There have been a few errors reported with Cloudron deployments recently, so if you have any choice it might be worth verifying the behaviour using the standard n8n docker image without the additional Cloudron layer.
If the issue occurs only when using Cloudron, you might want to file a report with their team.
If the error also occurs outside of Cloudron, can you share the server log of your n8n instance as well as a workflow using which your the problem can be reproduced? Purely from looking at your screenshot I am wondering if an endless loop could be the cause of the problem, but this should hopefully become clearer once you have narrowed the problem down a bit further.