Join Slack
Powered by
If you expect to receive a high amount of requests...
# suitescript
m
Marwan
01/16/2021, 12:29 AM
If you expect to receive a high amount of requests on your Restlet script, what is the right way to handle it? Is there some kind of unlimited queue that we can use?
b
battk
01/16/2021, 12:37 AM
there is a large topic on
Web Services and RESTlet Concurrency Governance
battk
01/16/2021, 12:37 AM
there is a limit to the number of requests that can be handled at the same time
battk
01/16/2021, 12:39 AM
be prepared to have error handling to handle times when you have too many concurrent requests
m
Marwan
01/16/2021, 12:39 AM
Thanks for the reference.
b
battk
01/16/2021, 12:40 AM
and consider using
N/task
to process the incoming data at a later time
m
Marwan
01/16/2021, 12:41 AM
Cool
2
Views
Open in Slack
Previous
Next