i am running process loading data from netsuite API using suitesql to run processes to supabase. i have 8 nodes. each node is for different table in netsuite. in some nodes i have to use loops since there are above 1000 rows in the table.
when i run the process, the process says it finishes ok, but not all of the nodes are running.
why is that? There is limit of how many proceses can run parallel in workflow or the limit comes from supabase or n8n?
here are more details:
n8nVersion: 1.106.3
platform: docker (cloud)
nodeJsVersion: 22.17.0
database: supabase
executionMode: regular
concurrency: 5
license: community
storage
success: all
error: all
progress: false
manual: true
binaryMode: filesystem
pruning
enabled: true
maxAge: 168 hours
maxCount: 2500 executions
client
userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/140.0.0.0 safari/537.36
isTouchDevice: false
Hi there,
From what I am understanding, you are trying to migrate data from the netsuite api to supabase concurrently where nodes are accessing different netsuite tables.
Can you please paste your workflow here so we have a clearer picture of what is happening? meanwhile I recommend the below:
- Upgrade to latest version of n8n like this after a complete backup.
- Reduce concurrency to 1 and check if that works, if it does then scale more and test.
Looking forward to hearing from you,
Cheers!
hello
-
where do i recude concurrency to 1? what does the meaning of reducing concurrency?
screenshot of the map
thanks a lot
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
