Hi All, How can I utilize all the queue of my acco...
# suitescript
s
Hi All, How can I utilize all the queue of my account? Any best practice ?
b
by queue, do you mean the old suitescript queue. or do you mean the newer suitecloud processors
s
Both
b
you basically have one or the other
the suitescript queue implemented the standard computer science fifo queue
suitecloud processors implement a priority queue
s
Can we specify in our script ? whihc can be used?
I could see in 2.0 we have something like task.queue.
b
if your account is old and used suitecloud plus, you had multiple queues
if you are new or never had suitecloud plus, then you have the standard suitecloud processors
s
ok
b
if you are old, then your queue question makes sense
if you are new, then it makes little sense, queue utilization is handles automatically
you can read about the new suitecloud processors in the help guide
main topics include how different priorities allow scripts to run by priority instead of first in first out
if you have suitecloud plus, then there are topics about concurrency limits and processor reservation for high priority jobs
main takeaway for your question is that NetSuite decided to do the queue utilization for you when it introduced suitecloud processors
it only wants you to decide which order to process jobs in
s
Thanks @battk