Is there a way to add a script to the scheduling q...
# suitescript
c
Is there a way to add a script to the scheduling queue?
b
c
If I schedule a script while an instance is already running I get an error. Does the script queue have a method for scheduling multiple instances?
I suppose multiple deployments... but that seems error prone.
b
more deployments
if you want to overengineer the problem, create your own deployments in script
c
😆 this might be fun
b
the usual solution is to not specify the deployment when creating the task so that netsuite can decide
netsuite is bad at concurrency so it may still choose queued deployment at high levels of concurrency
c
So ns is smart enough to find one that's not running?
b
so either submit a task multiple times and hope for the best, or create your own deployment which is unlikely to be queued
🙏🏻 1
c
Thank you @battk