function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Santosh reddy 14Santosh reddy 14 

CallOut Limitations batch/queueble

I am passing a list of contact records from trigger (trigger.new)for example lets say 100 records  to the batch class and for every contact record before insert/update  i have to make a callout which gets me to 100 callouts in this case. I would like to know if this can happen successfully by implementing batchable/queuble interface and I dont want to use @future to establish this. I know that for every single batch job only 20 callouts can happen, so i also would like to know if there is something that i could establish like auto retry