Join Slack
Powered by
Hi need a suggestion on concurrency of backend sc...
# suitescript
s
Shreyash
07/23/2021, 5:26 AM
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
battk
07/23/2021, 6:16 AM
the generic answer is to make multiple deployments of your script
s
Shreyash
07/23/2021, 6:45 AM
But that also how many there can be 10 user invoking it simultaneously
b
battk
07/23/2021, 7:00 AM
however many you think you need
battk
07/23/2021, 7:00 AM
more exotic solutions are to make more deployments via script
battk
07/23/2021, 7:01 AM
or to create a queue
Open in Slack
Previous
Next