I have a Scheduled Task that call 6 Map Reduced. S...
# suitescript
s
I have a Scheduled Task that call 6 Map Reduced. Someone told me that it won't work because NEtsuite will lock the "stack" , until all map reduced are completed, and no one else will be able to do anything. Does it make sense ?
b
Probably want to readup on SuiteCloud Processors. Basically is a Priority queue
additional tasks added to the job queue are processed according to whatever the priority and processor setup dictates
s
thanks
e
Be aware you cannot add multiple instances of the same Deployment to the queue at the same time.
s
One more question, I'm launching the 6 MR at the same time, all is fine. Then I'm using Map/Reduced Status menu option to see the status... Is there's a way, programmatically to access the status of the map/reduced ? Again thanks for everything
but we can start 50 Map Reduced if they all have a different deployment. Right ?
e
Yes
You can search on
search.Type.MAP_REDUCE_SCRIPT
s
thanks a lot !!!
e
or on
SCRIPT_DEPLOYMENT
, not sure which will get you what you need