Hello, on the Map Reduce script deployement, if yo...
# suitescript
t
Hello, on the Map Reduce script deployement, if you set a concurrency limit of 5 for example on a scheduled deployement, the script will only run when there will be 5 processors available ? Or if there is 1 availble it will already run with only 1 processor ? thanks a lot.
b
script processors act on a queue (technically a priority queue)
a map/reduce script deployment with a concurrency limit of 5 will place itself into the queue 5 times while a concurrency limit of 1 will only do it onces