Join Slack
Powered by
how to handle time limit exceeded in schedule scri...
# suitescript
d
D17339
12/16/2019, 5:35 PM
how to handle time limit exceeded in schedule script?
s
stalbert
12/16/2019, 5:38 PM
Have your script periodically check for elapsed time and exit/reschedule before time is up
d
D17339
12/16/2019, 5:38 PM
any API to check the time or any sample example?
s
stalbert
12/16/2019, 5:41 PM
I use NFT for this but it just does a simple check behind the scenes
https://github.com/ExploreConsulting/netsuite-fasttrack-toolkit-ss2#governance
stalbert
12/16/2019, 5:42 PM
if you just want to steal the implementation ideas, it's here
https://github.com/ExploreConsulting/netsuite-fasttrack-toolkit-ss2/blob/f3c84d5/governance.ts#L17
Open in Slack
Previous
Next