SuiteScript 2.x Scheduled Script Reference

All scheduled scripts are executed (processed) with SuiteCloud Processors. For more information, see

You can debug a scheduled script using the SuiteScript Debugger. For more information, see Scheduled Script Debugging.

You can check the runtime status of all scheduled script instances in your account using the Scheduled Script Status page. For more information, see Scheduled Script Status Page.

Occasionally, a scheduled script failure may occur due to an application server restart. This could be due to a NetSuite update or maintenance, or an unexpected failure of the execution environment. Restarts can terminate a script execution forcefully at any moment. Therefore, your scripts should account for restarts and should be able to recover from an unexpected interruption. In SuiteScript 2.x, in the event of an unexpected system failure, the script is restarted from the beginning. For more information, see Scheduled Script Handling of Server Restarts.

General Notices