Reassess your script design and governance usage, ...
# suitescript
e
Reassess your script design and governance usage, then optimize accordingly.
a
@erictgrubaugh We need to create around 60 k or maybe more records. We can optimize but still, it will take more usage. So, Is there any way to recreate usage in Schedule Script 2.0?
p
use M/R instead
e
^ this. You should not be using Scheduled Scripts for bulk processing in SS2.0+
Map/Reduce is the intended script type for it
a
Ok, thank you @erictgrubaugh and @PabloZ