I have 100 line items I am performing mass actions in a table. When I select more than 10 items I get a SOQL error because it says I am over 100 SOQL queries. Is there any way a mass action can run and the jobs are run as 100 separate executions instead of 1?