Hey guys
I spoke to Jon about this over the weekend but the Airtable node on my instance acts VERY slow. Almost around 2 minutes to execute a simple update query whereas if I do a HTTP request to their airtable API on the same record it takes only a few seconds. I’m not sure why this occurs. I’ve spoke to airtable and they can see that it is fast on their end. I have a private server and can’t see why it would be that since it works fast on HTTP request node. It all started when my client executed a significant number of requests and airtable rate limited us and all the queries became slow, but then we waited 24/48 hours and it didn’t pick back up. As mentioned earlier I contacted airtable and they confirmed it works fine on their end plus I ran direct API requests from the same n8n.io instance and it works.
Here is a video of it - Dropbox
I’ve tried downgrading n8n as well as upgrading to the latest version. I’m currently trying 1.43.0 and its still the same problem
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.38-1.43.0 versions same issue.
- Database (default: SQLite): sqlite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default I think
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker on private vpn
- Operating system: Ubuntu 20.04.6 LTS