I was working with the ORM and have multiple parallel processes picking up records from the same table. I needed to skip the currently locked rows for every new process. MySQL provides 'skip locked' method, does EspoCRM have an equivalent?
Or is there any other way I can achieve this behaviour?
Or is there any other way I can achieve this behaviour?
Comment