Jordan Patterson
05/15/2025, 4:51 PMCeligo AI
05/15/2025, 4:52 PMAI generated answer (using internal Slack threads):Based on the conversations, it appears that scheduled scripts and map/reduce scripts do share processor concurrency in NetSuite. In a map/reduce script deployment, the concurrency limit determines how many times the script places itself into the queue. For example, a concurrency limit of 5 will place the script into the queue 5 times, while a concurrency limit of 1 will only do it once. This means that the script will run when there are enough processors available according to the concurrency limit set. However, it's important to note that map/reduce scripts are designed for parallel processing, while scheduled scripts are designed for sequential processing. Therefore, the way you handle map and reduce determines how many processors/threads will be used. Also, it's worth mentioning that the speed of a map/reduce script compared to a scheduled script depends on how you manage the processors and the schedules. If both processors run in parallel in a map/reduce script, it could be faster than a scheduled script. However, you need to ensure that the processors are not busy and scripts do not end up waiting for a long time. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
05/15/2025, 4:52 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.861164868
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.85711652
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.855849266
Celigo AI
05/15/2025, 4:52 PM