I have a script deployment that generates my Googl...
# performance
d
I have a script deployment that generates my Google Product Feed for my web store. Historically it's always taken about 8 or 9 minutes to complete and execute. For several days it was running in a BLAZING FAST amount of time... about 2.5 minutes. I thought that was interesting/great, and hoped maybe there was some sort of db hardware improvement I didn't know about. Fast forward another week, and now that seem scrip is taking over 14 minutes to execute. Overall performance seems "OK" (such as in the User Interface) but certain operations seem lethargic. My account manager isn't helpful or sympathetic. Just wondering if anyone else has experienced or observed anything similar in the last two weeks?
c
Yep! We've noticed similar performance changes lately. NetSuite has been updating its backend infrastructure, which seems to impact script execution times inconsistently. Some deployments run quickly, while others slow down. Try breaking your script into smaller parts or adding governance checks. Sometimes that helps with the resource allocation issues.