Hi need a suggestion on concurrency of backend sc...
# suitescript
s
Hi need a suggestion on concurrency of backend schedule script If there is one deployment and multiple user invoke it how to handle the situation
b
the generic answer is to make multiple deployments of your script
s
But that also how many there can be 10 user invoking it simultaneously
b
however many you think you need
more exotic solutions are to make more deployments via script
or to create a queue