Thinking about the n8n hosted offer (I.e not self-hosting) but can’t find any information if I’m able to choose where the server is located and which locations are available. Important for me before I sign up that this choice will be available.
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!
If you are talking about n8n Cloud, alll the workspaces are currently hosted on Azure West Central data center in Frankfurt. More locations might come in future. You can read about in n8n Legal.
@ihortom Do you have any insight on what locations and when they might be supported?
I am trying to use a custom HTTP Request node to access an API server that I believe is located in the USA. Could the n8n Cloud location in Frankfurt be the source of increased latency? In my preliminary testing, I’m seeing execution times of ~800ms on n8n Cloud… vs. ~200ms when using a local cURL command. I’m wondering if I can improve performance by self-hosting or waiting for a different n8n Cloud location.
curl is expected to be faster as there is little overhead there. You could try running n8n locally and compare the results with that of the n8n Cloud instance for fairer comparison.