Automation processes limits #19
Unanswered
ntitovxperra
asked this question in
Q&A
Replies: 1 comment
-
It is possible to add more nodes to the cluster to increase the throughput of messages, so in theory is only limited by the number of nodes in the cluster. Since you are doing preliminary testing, can you replace CSV AddRow for Storage -> Set component instead and let us know how it goes? CSV AddRow needs a fileId from a CSV component, usually coming from either ImportCSV or CreateCSV component, and I don't see any potential source for the CSV file, so I'm not sure how are you using it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a limit for processes that can be run through the automation?
I'm trying to work with a bunch of records that are exported by API. API endpoint has pagination so I generated an array with page numbers using JS code. Then I used Each to split out the response: array of prospects and array of accounts (because later I want to add these records to another app by API). And it takes 10-15 minutes for the flow to process just 200 records ( I used CSV Add row in the end for example instead of an actual app I'm planning to use). And I might need to work with up to 8000-10000 records.
Beta Was this translation helpful? Give feedback.
All reactions