Is there a way to prioritize/manage SOAP webservic...
# suitescript
j
Is there a way to prioritize/manage SOAP webservices requests inside of NetSuite to avoid concurrency issues (like you can for suitecloud processors)? Or you just have to manage it from the requests themselves by scheduling and/or error handling?
a
outside. concurrency can be a can of worms to say the least 🙂. How big is the concurrency issue now and what does scale look like over the next couple years, are concurrency failures blocking core processes, etc? There are a few ways to tackle this based on the use case and the volumes in the environment.
j
It's not really super critical for us at this stage. It's just that we have one month-end process that we want to prioritize over everything else at the time, and I was curious if there was a way to do that without going through all the other webservices connections we have (some of them are third party so we may not even be able to reschedule). But apparently not. Good to know, and thanks! Probably just see how it goes and then reevaluate, most of our other connections are pretty low volume/concurrency.