Google People Node extremely long

Hello all,

Any idea on how I could solve this problem with Google People API taking ages to finish running?
I have increased the memory usage in my docker container, so now I avoid the out of memory, but I still have the problem of the node not stopping:

I had read there could be an issue if the console in Google was still in test but it is in production mode and opened to External…
Any idea what can be the issue?

Information on your n8n setup

  • n8n version: 1.64.3
  • Database (default: SQLite): DB Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Synology

Hey @Philippe , having Notion return 439 items it means you pull all contacts 439 times. I do not think that is what you want. You likely meant to run it only once. That is achieved in one of the two ways depending on the use case:

  1. Get Google Contacts out and have it connected to the manual trigger instead of Notion
  2. Set Google Contacts to run only once in the settings of the node

1 Like

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