I have another Celigo <Integrator.io> question: C...
# general
a
I have another Celigo Integrator.io question: Can two users run the same flow concurrently on the same NetSuite environment, or does NetSuite queue the API calls? We have a flow that needs to run, which un-assigns an item from its current Merchandise Hierarchy version. Unfortunately we have ~2m items assigned that need to be un-assigned before we can edit the hierarchy. At the rate Celigo is processing the edits, it would take roughly 26 days to complete. My only solution right now is to have multiple people run the same flow at the same time and maybe it'll cut it in half or a third?
m
Hi @Andrew Cohen, check out https://docs.celigo.com/hc/en-us/articles/360043926372-Configure-connections-to-optimize-throughput-and-governance In short: • each connection acts as a queue • you can change the concurrency level of each connection (think of it as like adding lanes on a highway). Max concurrency is a function of your NetSuite edition, including SuiteCloud+ licenses, and the demands of other API clients • you can adjust page and batch sizes Running the flow multiple times won’t work, per the above, but start with adjusting concurrency and page sizes. Our (Celigo) Support team can advise, too.