Have a button that triggers a scheduled script. The script is not executing right away if it gets queued behind any other scheduled script currently running. Is there a way (already tried priority) to force the script to take control?
b
battk
03/03/2020, 7:21 PM
you cant interrupt scripts that are currently running in the queue
n
NS12345
03/03/2020, 7:22 PM
Could it run on its own thread?
b
battk
03/03/2020, 7:23 PM
if using suitecloud plus, you can reserve a processor for high priority jobs and only run your scheduled script high priority