Workspace Offline (503)

Our workspace has been offline for the past hour, though it could have been longer since I did not receive an email notification when the issue occurred. I tried reaching out to support, but since it’s probably the weekend, I don’t expect an immediate response. Does anyone know why this happened and how we can prevent it from occurring again? Thanks!

I’m running [email protected] by the way.

image

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:

Welcome to the community @markjudaya !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


When issue like that happens with your n8n Cloud instanse, please, contact Support team by emailing [email protected]. As I can see your instance is online now.

I can see massive writes to disk which likely have caused this issue.

1 Like

Thanks @ihortom. You’re right, the massive writes to disk caused it. We have a workflow that heavily relies on binary data, which filled up the entire volume of our n8n instance, leaving no space for it to boot up.

I’ve emailed support about it, and they sorted it out and even enabled pruning to prevent it from happening again. I just wish there was more transparency regarding system usage.

1 Like

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