If triggering a map reduce script without specifyi...
# suitescript
a
If triggering a map reduce script without specifying a deployment id, it will choose the first available deployment. I vaguely remember from this channel that this will only work for 10 deployments. Is this true?
b
it works for any number of deployments
whatever netsuite uses to pick available deployments is not good enough at high levels of concurrency
so you still probably want to handle the case where netsuite picks a deployment that is in use
a
Thank you