alien4u
08/08/2024, 2:12 PMrecord.delete.promise
how may records would be deleted simultaneously?Joe
08/08/2024, 4:38 PMalien4u
08/08/2024, 4:51 PMerictgrubaugh
08/08/2024, 4:55 PMerictgrubaugh
08/08/2024, 4:56 PMalien4u
08/08/2024, 5:08 PMShawn Talbert
08/08/2024, 5:59 PMasync
doesn't necessarily mean multiple concurrent threads. I don't know how this promise implementation is created on NetSuite but it's possible the 100 promises are only queuing up on a single thread.erictgrubaugh
08/08/2024, 6:00 PMerictgrubaugh
08/08/2024, 6:00 PMalien4u
08/08/2024, 6:02 PMbattk
08/08/2024, 6:10 PMscottvonduhn
08/12/2024, 8:45 PM