because of the CPU time limit, I'm chaining several Apex calls from an Aura Lightning component using JS promises, hoping that comming back on Front side would end the transaction and reset the CPU time limit countdown. But it is not the case. Is this supposed to not work ? And do you have any idea how to actually reset the Apex CPU time limit ?
Thanks :)