We want to move our business logic from our extensions (which is in SC Models) to back-end 2.0 Suitelets. Will this encourage performance/concurrency related issues in any way?
(From this document:
https://developers.suitecommerce.com/learn-how-external-suitescripts-can-affect-suitecommerce-performance I understand that a good way to tackle performance issues will be to trigger a Scheduled Script from an external Suitelet. But I'm also concerned about concurrent requests from the web store, hence I decided to raise this query here.)