Hi, does anyone knew of a way to ping a NetSuite R...
# suitetalkapi
m
Hi, does anyone knew of a way to ping a NetSuite RESTlet for currently available concurrency, either on an allocated integration or in the unallocated set? It would be really interesting to know if that's possible.
m
Not that I know of. Are you just trying to max out concurrent connections?
d
Are you calling one RESTlet or multiple RESTlets in a parallel 'fire and forget' way and not waiting for a response? If so, I suspect you will always have concurrency issues. To understand the issue better, we would need more context around the use case. It may not be applicable but you can fire a map\reduce from a RESTlet (more about getting around governance), might be something for you to look at.
m
@Marc Reicher Not exactly, but thank you for your feedback. @dynamicl Thanks for the documentation, I think I might be able to stream line some of my connections by shifting around where our business logic is happening.