Describe the problem/error/question
Hi everyone,
I am running multiple scraping and data-processing workflows in n8n Cloud and I am running into a recurring problem.
My workflows start normally and run fine for some time, but after a few seconds or minutes I frequently get:
- “Connection lost” in the editor
- and after refreshing the page: Workspace offline (503)
The workspace then seems to restart automatically, interrupting all running workflows.
Current setup
- Running on n8n Cloud
- Workflows process rows from Google Sheets
- Loops with batch size = 1
- Multiple HTTP requests per row
- OpenAI API calls
- Updates back into Google Sheets
Observations
- Workflows run correctly in principle - and did for thousand of rows until now
- Problem appears under heavier load
- Happens across different workflows
- Executions often stop unexpectedly
- Workspace becomes temporarily unavailable
Questions
- Is my workspace crashing due to resource limits?
- Are there execution or memory limits in n8n Cloud that cause automatic restarts?
- What is the recommended way to run long-running scraping workflows reliably?
- Is this related to concurrency or memory usage?
Goal
I want workflows to run reliably until completion without workspace restarts or interruptions.
Any guidance or best practices would be greatly appreciated.
Thanks!



