we have 80 concurrency rate and still getting exce...
# suitescript
k
we have 80 concurrency rate and still getting exceeding limit error.
s
do you really have 80 active concurrent connections? One thing to look out for is ensure your Integration Record isn't limiting concurrency.
to answer your question, no, I don't think adding deployments will do anything to increase concurrency - that 80 is shared for all interactions across all external endpoints on your account.
k
how that 80 connections works ? each time when you hit through restlet, will this live session until query done ?